For the record, I have uninstalled curl and wordpress was working on seamlessly.
So I confirm that curl is not a dependency of wordpress.
However, some plugins may require curl.
Related Posts:
- How to define the basic HTTP authentication using cURL correctly?
- How to define the basic HTTP authentication using cURL correctly?
- Can PHP cURL retrieve response headers AND body in a single request?
- Setting Curl’s Timeout in PHP
- Using wp-cron in backpress – problems with wp_remote_post, fsockopen error
- Should a 502 HTTP status code be used if a proxy receives no response at all?
- What is the difference between a URI, a URL and a URN?
- HTTP Status 504
- What is the difference between POST and GET? [duplicate]
- Do I need Content-Type: application/octet-stream for file download?
- Problem HTTP error 403 in Python 3 Web Scraping
- application/x-www-form-urlencoded or multipart/form-data?
- Problem HTTP error 403 in Python 3 Web Scraping
- application/x-www-form-urlencoded or multipart/form-data?
- Is 418 “I’m a teapot” really an HTTP response code?
- “Cannot GET /” with Connect on Node.js
- “CAUTION: provisional headers are shown” in Chrome debugger
- What’s the difference between a POST and a PUT HTTP REQUEST?
- How to do a PUT request with cURL?
- PHP + curl, HTTP POST sample code?
- How do I send a POST request with PHP?
- Why is it said that “HTTP is a stateless protocol”?
- What’s the difference between using application/csv vs text/csv? [duplicate]
- What are all the possible values for HTTP “Content-Type” header?
- What is the difference between PUT, POST and PATCH?
- What’s the difference between “Request Payload” vs “Form Data” as seen in Chrome dev tools Network tab
- Exception in thread “main” java.net.NoRouteToHostException: No route to host
- ndroid 8: Cleartext HTTP traffic not permitted
- How are parameters sent in an HTTP POST request?
- Why am I suddenly getting a “Blocked loading mixed active content” issue in Firefox?
- wget: unable to resolve host address `http’
- Are HTTP headers case-sensitive?
- When looking at the differences between X-Auth-Token vs Authorization headers, which is preferred?
- WordPress HTTP parameter pollution
- Does WordPress send data about your blog to WordPress.org or Automattic?
- Hiding WordPress REST API v2 endpoints from public viewing
- Is it safe to use sslverify => true for with wp_remote_get/wp_remote_post
- Does WordPress only support HTTP 1.1?
- HTTP request on localhost failing
- How can I use CURLOPT_USERPWD in wp_remote_post?
- How do I troubleshoot responses with WP HTTP API?
- The resource was preloaded using link preload but not used within a few seconds
- using wp_remote_get to retrieve own url on local host
- Running index.php from command line & load balancer health checks
- Enable CORS in wordpress
- Change port of wordpress
- How to get value of custom http header?
- Several times request to load plugins when sending one request
- why is $_REQUESt[‘redirect_to’] empty?
- Wp Remote get with manual redirect
- Get “HTTP/1.1 406 Not Acceptable” when accesing my website with Delphi Indy Control
- WordPress HTTP 500 Error “page isn’t working”
- Does WordPress perform better with curl installed?
- Get full page HTML for a non-public WordPress page
- What’s the point in having “www” in a URL?
- For what is the “.well-known”-folder?
- Human readable format for http headers with tcpdump
- How to make wireshark filter POST-requests only?
- Image file urls still point to http instead of https
- WordPress is removing http:// from my urls
- What is the difference between POST and PUT in HTTP?
- What is the difference between POST and PUT in HTTP?
- SOAP vs REST (differences)
- How do I get a YouTube video thumbnail from the YouTube API?
- How do I POST JSON data with cURL?
- Chrome hangs after certain amount of data transfered – waiting for available socket
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- HTTP POST and GET using cURL in Linux [duplicate]
- Use of PUT vs PATCH methods in REST API real life scenarios
- How do I POST JSON data with cURL?
- curl: (60) SSL certificate problem: unable to get local issuer certificate
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- How do I install and use cURL on Windows?
- How to redirect all HTTP requests to HTTPS
- Is there a way to follow redirects with command line cURL?
- JSONDecodeError: Expecting value: line 1 column 1 (char 0)
- How to fix “SSL certificate problem: self signed certificate in certificate chain” error?
- How to send a header using a HTTP request through a cURL call?
- How to use Python to execute a cURL command?
- What’s the net::ERR_HTTP2_PROTOCOL_ERROR about?
- Why Puma listen on ‘tcp://localhost:3000’ instead of ‘http://localhost:3000’
- How can I set the request header for curl?
- How to use Python to execute a cURL command?
- How to download a file over HTTP?
- How to use the curl command in PowerShell?
- https connection using CURL from command line
- performing HTTP requests with cURL (using PROXY)
- HTTPS connections over proxy servers
- How to download a file over HTTP?
- Possible reason for NGINX 499 error codes
- Axios Delete request with body and headers?
- @ converted to %40 in HTTPPost request
- Curl command for https ( SSL )
- How to use java.net.URLConnection to fire and handle HTTP requests
- How to display request headers with command line curl
- What does HTTP/1.1 302 mean exactly?
- Error: No default engine was specified and no extension was provided
- HTTP GET request in JavaScript?