第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

抱歉,您不能作為該用戶使用curl request php 創(chuàng)建帖子

抱歉,您不能作為該用戶使用curl request php 創(chuàng)建帖子

PHP
12345678_0001 2023-08-11 16:16:23
我正在使用curl請(qǐng)求在wordpress網(wǎng)站上發(fā)帖,兩年來(lái)一切都工作正常,突然wordpress curl停止工作。1 我更新了 htaccess 并嘗試了所有可能的解決方案,但沒(méi)有運(yùn)氣2 我安裝了 wp 基本身份驗(yàn)證,但它不起作用3 我安裝了 jwt 身份驗(yàn)證插件但沒(méi)有運(yùn)氣4 我將每個(gè)角色分配給用戶并更新密碼,但不幸的是,wordpress 未驗(yàn)證遠(yuǎn)程請(qǐng)求。5 在郵遞員中顯示“{    "code": "rest_cannot_create",    "message": "Sorry, you are not allowed to create posts as this user.",    "data": {        "status": 401    }}代碼:function do_wordpress_curl($data,$url,$header,$wp_rest_username,$wp_rest_password){        $header_array = array();                $auth = 'Authorization: Basic ' . base64_encode( $wp_rest_username . ':' . $wp_rest_password );        array_push($header_array,$auth);               if($header <> null)            array_push($header_array,stripslashes($header));        $ch = curl_init();        curl_setopt($ch, CURLOPT_URL,$url);        curl_setopt($ch, CURLOPT_POST, 1);        curl_setopt($ch, CURLOPT_POSTFIELDS,$data);        curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);        // Receive server response ...        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);        // Set Custom headers ...        curl_setopt($ch, CURLOPT_HTTPHEADER, $header_array );        $server_output = curl_exec($ch);        var_dump($server_output);        // die();        $header_data= curl_getinfo($ch);                curl_close ($ch);        $response = json_decode($server_output, true);        return $response;          }
查看完整描述

1 回答

?
搖曳的薔薇

TA貢獻(xiàn)1793條經(jīng)驗(yàn) 獲得超6個(gè)贊

我已將以下代碼添加到 htaccess 并添加插件(JSON 基本身份驗(yàn)證),然后它開(kāi)始工作

`RewriteCond %{HTTP:授權(quán)} ^(.)

RewriteRule ^(.) - [E=HTTP_AUTHORIZATION:%1]

SetEnvIf 授權(quán)“(.*)”HTTP_AUTHORIZATION=$1`


查看完整回答
反對(duì) 回復(fù) 2023-08-11
  • 1 回答
  • 0 關(guān)注
  • 131 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)