Post not working
-
Hi Dipankar,
Thanks for the great plugin.
When I try to do post (instead of get), the response body contains only the parameters that I’ve sent, instead of actual response.
e.g. if post body is: secret_key=123¶m1=456
the response looks like:
{
“status”: “OK”,
“response”: “Connection OK”,
“code”: 200,
“data”: {
“secret_key”: “123”,
“param1”: “456”
}
}How can I fix this? I need post to transfer data safely.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Post not working’ is closed to new replies.