R1 : sanırım, evet, bir kıvrılma temelli istek tarayıcı tabanlı bir birini taklit edebilir, hepsi doğru başlıklarını, set halinde: tüm sonra, hem de sadece bir çiftin bir HTTP isteği göndermek Belirli bir kuralı (yani, HTTP RFC) Aşağıdaki metin satırları
R2 : The best way to answer that question is to take a look at what your browser is sending ; with Firefox, for instance, you can use either Firebug or LiveHTTPHeaders to get that.
Örneğin, bu sayfayı almak için, Firefox bu istek başlıklarını gönderdi:
GET /questions/1926876/can-a-curl-based-http-request-imitate-a-browser-based-request-completely HTTP/1.1
Host: stackoverflow.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2b4) Gecko/20091124 Firefox/3.6b4
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://stackoverflow.com/questions/1926876/can-a-curl-based-http-request-imitate-a-browser-based-request-completely/1926889
Cookie: .......
Cache-Control: max-age=0
(I Just removed a couple of informations -- but you get the idea ;-) )
Kıvırmak kullanarak, ile curl_setopt
to set the HTTP headers ; here, you'd probably have to use a combination of CURLOPT_HTTPHEADER
, CURLOPT_COOKIE
, CURLOPT_USERAGENT
, ... çalışabilir