I am currently using a bat file to download a JSON page
But I get an error because I need to add headers:
{"errorcode":"9999"}
I should mainly add only a cookie for the request
How can i add the cookie header?
I am currently using a bat file to download a JSON page
But I get an error because I need to add headers:
{"errorcode":"9999"}
I should mainly add only a cookie for the request
How can i add the cookie header?
You can use curl
. See this question.