Question
HTTP/1.1 400 Bad Request using get_headers()
I tried curl this url:
http://203.205.149.203/mobileoc.music.tc.qq.com/C400000OjPx31Aqxwv.m4a?vkey=EB99ECE4780B22940F1CAA81D0DD3540706A5A9C584628BCD475E190054CE590&fromtag=8&guid=JOOX@WEB_OPENUDID
why i got HTTP/1.1 400 Bad Request using get_headers() in php?
but, i get HTTP/1.1 200 Ok when i using my local server (XAMPP in Windows) and host with cPanel installed.
note: i’m using Ubuntu 14.04 32 Bit and Nginx.
thank you!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×