How to resolve HTTP/1.1 400 Bad Request in curl php
I got the Http response 200 ok
I have observed carefully the url and i found one parameter with white space that was cause the Bad request.Any way if you got some thing like problem remove the white space from url and there parameter.
using urlencode($url);