HttpInfo()
Posted: Tue Jul 02, 2024 1:10 pm
Salut Fred,
Please could you add HttpInfo() to SB, as exists in PB? It's absence means I cannot use SB with many of the REST APIs that I use, as processing of the status code is critical in most of these scenarios. eg an API may well send back a 200 for a resource being successfully manipulated somehow, a 400 if the submitted paramers/headers were wrong, a 500 if the internal processing at the server end failed etc. And very often there is no body payload, just that code to indicate what happened..
Furthermore, I can't see how to get at return headers without this either, which prevents all kinds of functionality from being implemented, especially around authentication.
So unfortunately, despite the amazing new features in 3.00, I cannot use it yet for what I had in mind. Hopefully something that can be added to the .01 or .02 release?
Merci d'avance!
Please could you add HttpInfo() to SB, as exists in PB? It's absence means I cannot use SB with many of the REST APIs that I use, as processing of the status code is critical in most of these scenarios. eg an API may well send back a 200 for a resource being successfully manipulated somehow, a 400 if the submitted paramers/headers were wrong, a 500 if the internal processing at the server end failed etc. And very often there is no body payload, just that code to indicate what happened..
Furthermore, I can't see how to get at return headers without this either, which prevents all kinds of functionality from being implemented, especially around authentication.
So unfortunately, despite the amazing new features in 3.00, I cannot use it yet for what I had in mind. Hopefully something that can be added to the .01 or .02 release?
Merci d'avance!