I solved it by changing the method to PUT & httpversion to 1.1
Related Posts:
- How to control accept encoding on HTTP API requests?
- How do I mock HTTP requests for PHPUnit?
- Mutual Authentiction on HTTPS with WordPress HTTP API?
- How to use WordPress HTTP API to download file from remote location
- HTTP digest authentication using wp_remote_get
- Error timed out with succesfull wp_remote_post
- Difference between wp_remote_post and wp_safe_remote_post
- How to consume and display external data in WordPress from another website
- cURL vs WP_Http for safety?
- Posting an XML request using HTTP API
- Is it possible to process $_POST / inbound http request in way to automatically create WordPress post?
- What’s the best way to detect referrer?
- Behind-the-scenes HTTP Request?
- Sending JSON Payload using Request::request_multiple()
- wp_remote_request header error even though working properly with cURL
- Proper context for wp_remote_post()
- How to add code to HTTP header
- Using WP_Http to post data to Webservice without blocking caller script
- Sending JSON string through wp_remote_post()
- Filter any HTTP request URI?
- How to remove rest api link: in http headers?
- How to use the HTTP API with a Proxy?
- Hook into WordPress update?
- How to run multiple Async HTTP requests in WordPress?
- WP_Http_Cookie destroys cookie value through urldecode()
- parse XML from URL (via SOAP)
- POST to a REST API from a wordpress form
- Connect external web app to wordpress
- API JSON Data in WordPress
- Storing an XML Response (Transient)?
- How do I get URL from WP_HTTP object?
- What is the official way to consume the WordPress API? (api.wordpress.org)
- Allow download_url for lan addresses
- How to duplicate a curl XML request using HTTP API?
- How to set charset for wp_remote_post request?
- wp_remote_post with ssl:// protocol
- Extending WordPress REST API
- Inconsistent server code response using HTTP API
- using wp_remote_get to retrieve own url on local host
- Does WordPress’s HTTP API use any caching?
- How to convert this cURL to wp_remote_get?
- How deactivate the http-api
- How to make Http Request to a php file present in plugin directory of wordpress
- Cache WP remote_get HTTP Response using Transients
- Return WP_Error as WP_REST_Response
- WP Remote Request not returning all of content via request
- How to make a implement queue for scheduling tasks in WordPress?
- XML-code sent via the POST method to the URL (API) [closed]
- How do I create an rssfeed from the contents on this page?
- WP http XML response HTML encoding and image display problems
- WP_Http response throws “Cannot use object of type WP_Error as array”
- Save external API calls in WordPress
- http_response_timeout filter not working
- Add information to HTTP Header in WordPress Plugin
- wp_remote_post empty $_POST
- External HTTP API calls slowing down WordPress admin [closed]
- Send a get request to wordpress
- Why does WP HTTP API switch the method (POST/PURGE) to GET when redirecting (302)?
- How to set a header in wp_safe_remote_get()?
- Need help creating asynchronous data scraper in WordPress
- Properly loop through and paginate page on each function call
- Get the name WordPress default theme in the core
- HTTP API CALLS issue on Woocommerce WordPress
- Call external API in wordpress based on user input
- Remove unwanted fields from WP API response
- How to receive JSON payload from a digital device
- Creating custom URLs with template to fetch external JSON
- Turn twitter-urls into list timelines?
- Get full page HTML for a non-public WordPress page
- How to use wp_http with https-pages?
- Using the wp_remote_post response body
- Create plugin/function to catch XML-data via Shortcode
- How to use the HTTP API (wp_remote_get) instead of cURL?
- Why is this specific API request failing when sending via wp_remote_post?