Skip to main content
Documentation & User Guides | Fotoware

FotoWare custom verbs in HTTP requests

Every HTTP request contains a verb that specifies the operation to execute.

The most common verbs are POST, GET, PUT, PATCH, and DELETE.

Fotoware also uses custom verbs, which can cause issues with proxies or Web Application Firewalls (WAFs) that only support the standard HTTP operations.

If, as a consequence, the WAF blocks such operations, it must be configured to support Fotoware HTTP methods.

The verbs that need to be allowed are:

  • PUBLISH
  • REVOKE
  • EXPORT
  • ARCHIVE
  • UNDELETE
  • UNARCHIVE
  • VALIDATE
  • VERIFY
  • REJECT
  • APPROVE
  • REVOKE
  • in addition to the standard GET, PUT, PATCH, DELETE and ORDERPATCH.