HTTP Status Code to app connect name mappings

App connect allows the user to “hook” into a number of server responses as below

We can also return server responses from Server Connect

image

HOWEVER I am not clear on what codes correspond to whuich response names

Some are obvious:
Success = 200
Unauthorised = 401

The names are not clearly mappable to standard response code names as defined in the ietf registry (https://www.ietf.org/assignments/http-status-codes/http-status-codes.xml)

To save me having to write some code to return each response code problematically and trap them in app connect with a notification, anyone got a full list of the name to code mappings of these so i can use the response component to trigger these events problematically?

Community Page
Last updated: