Reference to my question here. Is there any system where I can send any type of http
request and it can inform me that what was passed in my request like headers, post/get/put parameters and all the information? So that if there is an issue in my request I can fix it. Like my request is working fine with file_get_contents
but not working with wp_remote_post
.
Asked
Active
Viewed 49 times
0

theduck
- 2,589
- 13
- 17
- 23

nbhatti2001
- 353
- 2
- 7
- 33
-
Try `wp_remote_get`. Hope help. – Dmitry Leiko Jan 08 '20 at 08:47
-
Have checked that, not working. There API response was "The requested resource does not support http method 'GET'" – nbhatti2001 Jan 08 '20 at 08:51
-
1https://requestbin.com/ – Peter Jan 08 '20 at 08:56