Im having this error when giving an apimgateway url. Same URL does work in postman for example. Anyne has a solution to this?
yes its the same but no luck.
Could you please share screenshots of both the URL input and response in Apidog and Postman for comparison?
The only difference in URL is that Postman is direct URL and Apidog uses the environment variable. Response code of postman is 200 with he response data and Apidog gives the exact message as mentioned in the title. Also tried Hopscotch and its giving somethign similar
ok it seems that via browser it does work. I installed the extension and chose that one as my agent. It seems to do with the cloud agent that I cannot use with my work. Is there a way to fix this for the desktop app too ? And can I keep everything local somehow? (we don’t want our data in the cloud)
Hello, could you please provide the actual curl requests from both Postman and Apidog to help us investigate?
Postman
curl --location ‘HIDDENURL’
–header ‘Accept-Language: nl-NL’
–header ‘Accept: application/json’
–header ‘Authorization: ••••••’
–header ‘Cookie: ApplicationGatewayAffinity=25c225a16c4736ff32b8e7f0fdac7376; ApplicationGatewayAffinityCORS=25c225a16c4736ff32b8e7f0fdac7376’
APIdog desktop client:
curl --location --request GET ‘HIDDENURL’
–header ‘Accept-Language;’
–header ‘Authorization: Bearer hiddentoken’
Adding the headers doenst make any difference. I’ve hidden the URLs.
Another Issue that I get (on web) is that get requests seem to work, POST and PUT are not. They give 200 but no response body and the PUT is not executed
The issue isn’t clear from the visible differences. Capturing the actual request content via Wireshark or Charles might help identify the problem.