Hi all,
Is it possible to use HTTPJob.GetRequest.SetHeader to replicate a cookie like this one in CookieManager:-
CookieManager1.SetCookie("https://devtablet.nwhub.co.uk/api/jobs/fetchJobs", "NWTABLETGATEWAYSESSION=lg9f3d66b04k77dfusek9bmfl5")
I have to apply to to a HttpJob.download2 as opposed to a WebView.
Is this possible?
I have tried
HTTPJob.GetRequest.SetHeader("SET-COOKIE", "NWTABLETGATEWAYSESSION=lg9f3d66b04k77dfusek9bmfl5; path=https://devtablet.nwhub.co.uk/api/jobs/fetchJobs")
but it doesn't seem to work
Thanks for any help.
regards
Lee
Is it possible to use HTTPJob.GetRequest.SetHeader to replicate a cookie like this one in CookieManager:-
CookieManager1.SetCookie("https://devtablet.nwhub.co.uk/api/jobs/fetchJobs", "NWTABLETGATEWAYSESSION=lg9f3d66b04k77dfusek9bmfl5")
I have to apply to to a HttpJob.download2 as opposed to a WebView.
Is this possible?
I have tried
HTTPJob.GetRequest.SetHeader("SET-COOKIE", "NWTABLETGATEWAYSESSION=lg9f3d66b04k77dfusek9bmfl5; path=https://devtablet.nwhub.co.uk/api/jobs/fetchJobs")
but it doesn't seem to work
Thanks for any help.
regards
Lee