doulianqi3870 2019-02-21 20:48
浏览 614

我在哪里可以找到页面的phpsessid(它既不在cookie中也不在URL中)?

I am currently trying to automate some actions on a website only using http requests. I'm using nodejs for the bot and so far I had no problems with cookies, csrftoken etc. But for one request, the browser sends a phpsessid within the cookies

cookieStringA   7163240,7166759
dev_ref_no  vfmTVB
login_token cfd3deexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx3eec62
PHPSESSID   e2xxxxxxxxxxxxotv1
sec_advice  sec_advice
X-Access-Token  e84fxxxxxxxxxxxxxxxxxxa001
X-Client-Id wg_desktop_website
X-Dev-Ref-No    vfmTVB
X-Refresh-Token 495xxxxxxxxxxxxxxxxxxxxxaa85

copied from firefox.
I googled around and read everywhere, that the phpsessid is normally stored in the cookies, but it's neither the request cookie jar (all other cookies are there) nor can I find it in the browser when using document.cookie.
But on the same page, when I click the send button, the request has this phpsessid.

The website I'm using this on is www.wg-gesucht.de
Do you guys have any hint on where I can find this phpsessid?

Thanks in advance, T0Bi

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 matlab实现基于主成分变换的图像融合。
    • ¥15 对于相关问题的求解与代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作
    • ¥15 求NPF226060磁芯的详细资料
    • ¥15 使用R语言marginaleffects包进行边际效应图绘制
    • ¥20 usb设备兼容性问题
    • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊