when i tried to test API I am getting this error
ET https://us-east4-edp-dev-hse.cloudfunctions.net/g2_cf_hse_v5?employee_id=102
Error: Response header too large
Network
Request Headers
User-Agent: PostmanRuntime/7.44.1
Accept: /
Cache-Control: no-cache
Postman-Token: 2937ec21-b09e-4786-88cd-71d2bbcc1cc8
Host: us-east4-edp-dev-hse.cloudfunctions.net
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
when I tried to test Getting this error
I can test in curl and insomnia
Hey @telecoms-cosmonaut10, welcome to Postman Community.
By switching to the Desktop Agent (you’ll find the option in the bottom-right corner), I was able to bypass the initial “Error: Response header too large” issue.
Unfortunately, the request then returned a 404 Not Found error, so it seems the endpoint itself may no longer be valid or accessible.
Another workaround you could try is adding the following header at the collection level:
Accept-Encoding: application/gzip
That may help manage the size of the response headers more effectively.
1 Like