Wish [SOLVED] Make http status code available without tweaking HttpUtils2 library

Sandman

Expert
Licensed User
Longtime User
I feel it's quite common, at least when working with an API, to want to inspect the http status code you received. (It's not uncommon for the API to send a 401 when there was a problem with the authorization, for instance.)

I have searched the forum and understand that I can fix this myself by tweaking the HttpUtils2 source code, but I still feel that it's such a standard thing to want that it should be added out-of-the-box. Preferably in its own field, like StatusCode.

(A list of status codes, for those interested: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
 
Top