Created
December 10, 2024 08:37
-
-
Save iranjith4/f7ad7becc478b0a5c4a54497a14a8cd9 to your computer and use it in GitHub Desktop.
1 Requests from staging.agentdesks.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /v1.0/consumer-app/user/homepage HTTP/1.1 | |
Host: staging.agentdesks.com | |
Content-Type: application/json | |
app-id: 36 | |
Cookie: <redact> | |
Connection: keep-alive | |
Accept: application/json | |
consumer-secure-id: 3d8d5e77f8598b2b3b8e876998db5518 | |
Accept-Language: en-IN,en-GB;q=0.9,en;q=0.8 | |
Accept-Encoding: gzip, deflate, br | |
User-Agent: radius/1 CFNetwork/1568.100.1 Darwin/24.1.0 | |
Pragma: no-cache | |
Cache-Control: no-cache | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 500 Internal Server Error | |
Server: nginx/1.12.1 | |
Date: Tue, 10 Dec 2024 08:35:31 GMT | |
Content-Type: application/json; charset=utf-8 | |
Content-Length: 122 | |
Connection: keep-alive | |
X-Powered-By: Express | |
Access-Control-Allow-Origin: * | |
Expires: 0 | |
Cache-Control: no-cache | |
{ | |
"request": {}, | |
"response": {}, | |
"error": { | |
"message": "Internal server error", | |
"dev_message": "connect ECONNREFUSED 127.0.0.1:80" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment