Ramcin Posted October 5, 2016 Posted October 5, 2016 Hi, i have one problem. I cant get cookies to msgbox... Only result: http://imgur.com/a/HPATq How to get this cookie ? Here is code: [...] Func get_area_id() $area_request = _WinHttpOpenRequest($http_connect, "GET", "/hunt_conf.php", "HTTP/1.1", $http_host) _WinHttpSendRequest($area_request) _WinHttpReceiveResponse($area_request) Global $sHeader = _WinHttpQueryHeaders($area_request) MsgBox(0, "Header", $sHeader) ;<==== result EndFunc VERY SORRY FOR MY BAD ENGLISH
genius257 Posted October 6, 2016 Posted October 6, 2016 are you sure the php file creates a cookie? To show your appreciation My highlighted topics: AutoIt Package Manager, AutoItObject Pure AutoIt, AutoIt extension for Visual Studio Code Github: AutoIt HTTP Server, AutoIt HTML Parser
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now