file_get_contents (or curl, or fopen) problem with session data

前端 未结 6 1544
情深已故
情深已故 2021-02-11 04:15

i have a page that shows a value from session, lets call it www.domain-a.com/master.php and if i type it directly from the browser, it shows me the session value.

but wh

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-11 05:21

    You should be able to retrieve the content with curl. See this answer (you can probably drop the browser spoof option).

提交回复
热议问题