[ad_1]
I’ve got a small issue when i make POST request via wp_remote_post(). I want to send cf7 data to CRM so i have mapped submission to json – some text fields and file (converted it to bytearray). The problem is that i get curl28 error connection timed out. So I set timeout to 45s, but nothing changed. Looks like json is mapped correctly, cause api respond with 200 if i post mapped json via postman or swagger. Any ideas?
[ad_2]