Sending PHP cURL to REST API suddenly not working and getting error 200 except when sending from Postman
So I have used our web server to send PHP cURL post/patch requests to our partner servers. For some reason it suddenly stopped working and our partners are saying that everything is the same on their side (not sure about that). When I’m sending with Postman then everything works fine.
My cURL code (It’s getting either HTTP error 200 or nothing):