ContributionsMost RecentMost LikesSolutionsRe: API Works on Postman- Imported Request to Ready API Doesnt work This is how we solved the issue. the request which we are passing through is going through Akamai gateway. The Akamai has allowed the request coming from Postman as valid request, while the same request content when requested from Ready API - here Akamai flagged it as an Anomaly library [chat bot] and blocked the request which is making it to fail. Resolution : The team has proposed adding an user-agent header in the preferences setting under http and that did the trick Please mark it as an solution once validated - happy to learn and contribute back!! Re: API Works on Postman- Imported Request to Ready API Doesnt work HTTP/1.1 405 Method Not Allowed Date: Wed, 09 Sep 2020 13:48:20 GMT Content-Length: 0 Connection: keep-alive x-amz-cognito-request-id: 6caf1366-167e-40b4-b1a5-0fdd653ca52e X-Application-Context: application:prod:8443 X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: 0 Strict-Transport-Security: max-age=31536000 ; includeSubDomains X-Frame-Options: DENY Server: Server Allow: GET content type : null API Works on Postman- Imported Request to Ready API Doesnt work Hi My API woks in Postman it is a simple get request, under authorization tab passing in credentials [username & password] and default headers - In Readyapi imported the collection through the integration tab , no luck with ready api, using the authorization tab from the root level [parent level] added the authorization using the basic auth - still no luck could you please fill in what i am missing Solved