問題: Curl 命令沒有給出200狀態回應,但如果我從郵遞員發送請求,它的作業正常在這里我分享了 CURL 命令。
任何解決此問題的建議將不勝感激
curl --location --request GET '<domain_url>' \
--header 'Authorization:'
uj5u.com熱心網友回復:
自從在服務器中列入白名單--ipv4以來,我已經通過在 curl 請求中使用選項解決了這個問題。ipv4
curl --ipv4 https://example.org/
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/459356.html
上一篇:來自PHP的cURL2初始化
