curl

  1. L

    XF 2.2 Thread creation API suddenly doesn't work

    My site uses the Xenforo API to automatically create new threads from a PHP script using the Curl library and the POST api/threads/ endpoint. This has worked fine for the past two years, and then suddenly earlier this week it stopped working. My code had not changed, nor had my XF install...
  2. Tohru

    XF 2.2 Use XF session to verify via curl

    Hello all. I'm attempting to verify that the user is logged into their xenforo account via cURL and a C++ application. I would like to avoid using the API due to the insecure nature of an API key in a compiled file which will be sent to forum members. So far I've been able to verify the user is...
  3. M

    XF 2.2 C++ authentication (libcurl)

    I saw some old examples of login authentication using /api/auth but looks like the rest api changed these in 2.1/2.2. Is anyone familiar with using libcurl and getting access to the /api/auth. I know it grabs users information once it recognizes the request. All attempts lead to the API key not...
  4. M

    XF 2.1 issues with API and Curl PHP

    Hello, I'm have troubles creating a thread with Xenforo API via CURL in PHP. Here's my code : $sUrl = 'https://mydomain.com/api/threads/'; $aData = [ 'node_id' => 13, 'title' => 'test title', 'message' => 'test message']...
  5. eva2000

    Centmin Mod Users ensure on latest CentOS 6.9 or 7.4 For Paypal/Github TLSv1.2 Change

    As there are many Centmin Mod LEMP stack users here, thought I'd give folks a heads up to ensure they have updated their CentOS version to latest version either 6.9 or 7.4 to get the latest curl and git versions that support TLSv1.2. Otherwise, Centmin Mod git backed updates and Paypal usage via...
Top Bottom