採用http請求模擬網頁載入請求html文字的時候遇到的問題。
位址是對的卻請求到錯誤的介面,原因介面採用的請求頭的驗證,主要是cookie,user_agent,referer等。
cookie問題的簡單記錄
cookie主要是有服務端生成的,然後前端儲存本地,獲取服務端的cookie設定的字段,在response的header的set-cookie欄位中,可能會有多個。
解決思路將的到的cookie通過cookiemanager的setcookie方法實現管理,webview和http請求公用cookie。解決cookie驗證問題,其他的引數可以通過瀏覽器正常訪問去抓取一下。user-agent可以通過webview獲取。請求框架不支援cookie的時候將cookie放到請求頭中就可以了。
ios crash問題記錄
1.誤將nsmutablearray型別的變數初始化為nsarray,結果對nsmutablearray型別變數進行操作時,crash h檔案如下 inte ce movemecontroller secondlevelviewcontroller property nonatomic,retain...
??? nginx lua問題記錄
問題1 當用http localhost test 訪問時,結果為何迥異?eg1 location test 結果為空,說明執行的是httpechomodule的echo指令,沒有執行httpluamodule的content by lua指令 eg2 location test輸出123 說明執行...
sphinx 問題記錄
indexer error while loading shared libraries libmysqlclient.so.18 cannot open shared object file no such file or directory 發現sphinx indexer依賴庫ibmysqlc...