Search Results for

    Show / Hide Table of Contents

    Web Hook IP Filter

    The web hook receiver restricts access depending on the IP address of the caller.

    These restrictions are specified in the appsettings.json file in the web application installation directory.

    Default File Path

    32-bit Operating System

    C:\Program Files\NovaStor\NovaBACKUP Central Management Console\WebRoot\Web\appsettings.json.

    64-bit Operating System

    C:\Program Files (x86)\NovaStor\NovaBACKUP Central Management Console\WebRoot\Web\appsettings.json.

    Syntax

    A semi-colon delimited list of allowed IP addresses.

    Examples

    One IP Address

    {
      "WebHooksSafeList": "192.168.100.1"
    }
    

    Multiple IP Addresses

    {
      "WebHooksSafeList": "192.168.100.1;192.168.100.2"
    }
    
    In This Article
    Back to top © 2022 NovaStor Corporation. All rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice. The information provided herein is provided for informational and planning purposes only. Send comments on this topic to support@novabackup.com.
    Download Help Documentation as a PDF.