Change response code in header from a design asset


(Gavin Boyd) #1

Is there a design area or keyword which changes the http response code in the header? For example to 404?


(Bart Banda) #2

There is a Send HTTP Trigger action which allows you to send custom headers, but not sure if it will work for response codes?

There is a longer discussion about this in REST resource 404 response?

What are you trying to achieve?