Hi all, I’m running into a strange issue with a REST API endpoint.
When I hit the endpoint in the browser (while logged in), I get the expected JSON data. But when I try the same request in Postman or via a script, I get a 200 OK
response with an empty body.
Endpoint->
https://hostname.com/main/ifsapplications/projection/v1/RecruitmentRequisitionHandling.svc/PersonnelRequisitions


Troubleshooting so far:
-
Confirmed authentication is working (token/session returns 200).
-
Exported and replicated browser headers (including auth cookies/token) in Postman.
-
Behavior persists across network environments and users.
Has anyone else faced this kind of issue? If so, what was the root cause or workaround that helped you resolve it?