while using curl in application for requesting the remote URL, be careful it doesn’t contain any white space, if it contains the white space it will show you a 400 error!.. To solve of this, replace blank space in the url with “+” . Hope this trick is useful .
Happy Coding !
