开发者

Why is the full response body not coming?

开发者 https://www.devze.com 2023-01-06 23:54 出处:网络
I am trying to get the response body from this HTTP Request. I tried doing it in Python (with various HTTP libraries), but for some reason the response cuts off at line 400 of what I see in the brows

I am trying to get the response body from this HTTP Request.

I tried doing it in Python (with various HTTP libraries), but for some reason the response cuts off at line 400 of what I see in the browser. So I tried with CURL and ended up with the same issue.

curl -b "LSCOM_TIMEZONE_ID=US/Pacific; JSESSIONID=CCFD3E1C8EA041F186C176FDFBB4728E; LSCOM_SESSION_ID=D4Xpj7FXldTHiS1CdLLhFg-3D-3D123" -H "Accept-Language: en-us,en;q=0.5" "http://fanzone.playonline.com/lscom/searchLinkshellName.do?LINKSHELL_NAME=ex&VIEW_LINKSHELL_ID_STRING=ymwFj2pKSNZhMCB开发者_开发问答WJtXUFg-3D-3D&EQUIP_LINKSHELL_ID_STRING=ymwFj2pKSNZhMCBWJtXUFg-3D-3D&IS_NORMAL_NANE_SEARCH=true&CURRENT_PAGE=1&IS_SELECT_ALL_LANGUAGE=true"

I tried cloning all the Headers, etc.. No dice

Anyone any idea why this is happening?

0

精彩评论

暂无评论...
验证码 换一张
取 消