-
Improvement
-
Resolution: Unresolved
-
Major
-
None
In my pipeline, I want to find out the location header returned by an endpoint. I have not found a way to do this with httpRequest. It is trivial in curl, but httpRequest automatically follows 302 redirects, so the info is gone in the returned response.
In other http clients, this is usually an option. Do you want to follow redirects automatically or not. I think the same would be good here.
Hope this explanation is clear. The difference in behavior between curl and httpRequest really confused me until I understood this issue.