HTTP POST issue

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
ForrestMarkX
New to forums
New to forums
Posts: 14
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat May 03, 2014 9:01 pm

HTTP POST issue

Post by ForrestMarkX »

I've started to run into a HTTP issue when sending a post request, the server keeps replying back with "Your browser sent a request that this server could not understand."

I'm not fully sure how to fix this, what I'm doing is attempting to send a POST request to the server that contains data to use for a seperate FETCH/POST request.

The POST I'm sending to the server is this.

Code: Select all

POST /GetCSC/POST.php HTTP/1.0
User-Agent: KF2
Host: bmtweb.hosted.nfoservers.com:80
Content-Type: application/x-www-form-urlencoded
X-API-Key: l8x2FQS3AtkffNT27q415LqICcnXj5xzJAwJHnXVnuI=
Content-Length: 21

endpoint=get-latest/0
ForrestMarkX
New to forums
New to forums
Posts: 14
Joined: Sat May 03, 2014 9:01 pm

Re: HTTP POST issue

Post by ForrestMarkX »

I figured it out, seems to be from the info at the bottom
Post Reply