• Hi, is there a way to get the request from wp_remote_post with all the headers and data. in other words not the info passed to it, but the info that really goes to the remote host? Like if it’s JS-request displaying in the browser tools

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You can use the Linux command line utility tcpdump. It requires a good understanding of HTTP/TCP protocols. Or install a packet sniffer like Wireshark. There’s still a sizable learning curve, but it’s more accessible than tcpdump.

Viewing 1 replies (of 1 total)
  • The topic ‘wp_remote_post (_get) get the request itself’ is closed to new replies.