XenForo
Administrative
- Thread starter
- Admin
- #1
I don't know why, but suddenly this doesn't work anymore;
are there any changes in the last updates?
Code:
Read more
ادامه مطلب...
are there any changes in the last updates?
Code:
Code:
try {
$client = \XF::app()->http()->client();
$response = $client->request('POST', 'https://www.example.com/api/threads/',
[
'debug' => false,
'headers' =>
[
'XF-Api-Key' => '12345'...
Read more
ادامه مطلب...