http POST
1 篇文章
Phanix
2022-05-28

send HTTP POST to the other URL with Basic Authorization by php cURL

主要重點在 1) 產生 postdata array 2) 檢查 response http status code 3) curl_options $tourl = "http://YOUR_TARGET_POST_URL"; $ch = curl_init(); $...

相关标签
curlhttpphp
刷完啦
相关标签
curlhttpphp