Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I want to get Web information use Resources["ContentLoaderFunctions"].GetJSON(params) , but web server want oAuth ,that need Login at first, if login success, the web server return a string and also with cookies , then I will use http to get web information next time.
my questions are
1 how can i get "HTTP/1.1 401 Unauthorized" in response?
2 how can i get cookies? to use Resources["ContentLoaderFunctions"].GetCookies ?
3 how to use these cookies when in following web request? these is no SetCookies method in ContentLoaderFunctions.