GraphQL & incoming webhooks: Input file allowed HTTP URLs

You can configure allowed HTTP URLs for input files using the Input file allowed HTTP URLs setting in the GraphQL and/or Webhooks section on the Control Panel Integration tab.

Note: This setting is available as of WorkflowGen version 7.15.0.

To disallow file uploads using HTTP and/or HTTPS URLs, leave the field empty.

To allow certain URLs only, enter comma-separated values according to the table below:

Value Description
Empty No HTTP or HTTPS URLs allowed
* All HTTP and HTTPS URLs allowed
https://* HTTPS URLs only
http://* HTTP URLs only
http://mydomain/* HTTP from a specific domain only
http://mydomain/folder/* HTTP from a specific folder only
http://mydomain/folder* All files and folders whose names start with folder , e.g.:
  • http://mydomain/folderfile.jpg
  • http://mydomain/folder/file.jpg
  • http://mydomain/folder2/file.jpg
http://mydomain/folder/file.jpg Specific file only