Hi there.
I need the headerdata to send textstrings via POST to a phpscript
For GET it would like this.
For POST I'm so far:
But the return is as follows:
I don't have the command for sending the "string=blablabla"...
Does anybody know?
I need the headerdata to send textstrings via POST to a phpscript
For GET it would like this.
| Code: |
| "GET /directory/file.php?var1=test HTTP/1.1"
"Host: my.server.com" "Accept: */*" "Connection: Close" |
For POST I'm so far:
| Code: |
| "POST /directory/file.php HTTP/1.1"
"Host: my.server.com" "string=blablabla" "Content-Lenght: 22" "Connection: Close" |
But the return is as follows:
| Quote: |
| Bad Request
Your browser sent a request that this server could not understand. Request header field is missing ':' separator. string=blablabla |
I don't have the command for sending the "string=blablabla"...
Does anybody know?
