I have VB application that call PHP page for data, I have below code in visual basic for server connection, when this function run application given me error "Bad Server Responce" or "400 Bad request, your browser sent a request that this server could not understand". On every called PHP page I got this error, so please give me alternet solution to solve this problem. If i skip this step vb application can't send given value to php.

strTempheader = "Connection: Keep -Alive" & vbCrLf & _
"Host: " & strSystemHost & vbCrLf & _
"Accept: */*" & vbCrLf & _
"Content-type: application/x-www-form-urlencoded " & vbCrLf & _
"hide:True"
GETHEADERS = strTempheader