Created 05-17-2018 10:26 PM
Hey Guys,
In addition to sending back the status code (which I do with HandleHttpResponse => Http Response Code"), I would like to set a custom status message. For example:
Status: 400
Status Message: "You are not authorized"
Any pointers would be appreciated.
Created 05-18-2018 03:45 PM
@Sonny Chee
You can send the status message as part of Dynamic Properties, this would be added to HTTP header.
-
If you found this answer has addressed your question, please take a moment to log in and click the "accept" link on the answer.
Thanks
Kiran
Created 05-18-2018 03:45 PM
@Sonny Chee
You can send the status message as part of Dynamic Properties, this would be added to HTTP header.
-
If you found this answer has addressed your question, please take a moment to log in and click the "accept" link on the answer.
Thanks
Kiran
Created 09-18-2018 12:48 PM
@Kiran Nittala, @Sonny Chee, What exactly would I need to name the dynamic property to have its content sent as the HTTP status message?
Thanks,
Lars