"Could Not Get Any Response" Response When Using Postman With Subdomain


Answer :

First Go to Settings in Postman:




  1. Off the SSL certificate verification in General Tab:




  1. Off the Global Proxy Configuration and Use System Proxy in Proxy Tab:




  1. Make Request Timeout to 0 (Zero)




I had the same issue. It was caused by a newline at the end of the "Authorization" header's value, which I had set manually by copy-pasting the bearer token (which accidentally contained the newline at its end)



If you get a "Could not get any response" message from Postman native apps while sending your request, open Postman Console (View > Show Postman Console), resend the request and check for any error logs in the console.



Thanks to numaanashraf



Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools