No announcements
Found 2199592 threads
-
0 Votes
IXMLHTTPRequest2 cookie
If you already know the name of the cookie and if the cookie exists in the collection, you will get that value.Answered | 7 Replies | 2713 Views | Created by rob qqq - Friday, September 28, 2012 12:20 AM | Last reply by Prashant H Phadke - Wednesday, October 17, 2012 6:10 PM -
0 Votes
IXMLHTTPRequest2::SetCookie not working for an existing cookie
Setting the FILETIME doesn't work for the cookie either.Unanswered | 2 Replies | 2150 Views | Created by Adam Gross - Friday, November 30, 2012 3:28 PM | Last reply by Adam Gross - Tuesday, December 11, 2012 2:10 PM -
0 Votes
IXMLHTTPRequest2 set cookie (WinPhone8)
I'm using IXMLHTTPRequest2 for interact with servers.Unanswered | 0 Replies | 896 Views | Created by Konstantin Shalnev - Thursday, April 25, 2013 1:01 PM -
1 Votes
IXMLHTTPRequest2 and caching is broken
This is an easy-to-use, full-featured HTTP API that works in all languages: C++, .NET (C#, VB) and JavaScript.Answered | 7 Replies | 4438 Views | Created by henador - Saturday, October 27, 2012 6:33 PM | Last reply by Network Developer Experience [MSFT] - Tuesday, July 16, 2013 9:35 PM -
0 Votes
IXMLHTTPRequest2 Remove Cookie
Ok, so I was able to figure out how to get it working on 8.1.Answered | 4 Replies | 2470 Views | Created by Michael Sabin - Tuesday, September 10, 2013 1:21 PM | Last reply by Michael Sabin - Friday, September 27, 2013 3:09 PM -
1 Votes
[UWP] Separate cookie managers per HttpBaseProtocolFilter/HttpClient?
You can use the HttpBaseProtocolFilter.CookieManager to retrieve the existing cookie manager and then call the SetCookie method with a HttpCookie to replace an ...Answered | 3 Replies | 1301 Views | Created by Shin no Noir - Tuesday, August 25, 2015 5:28 PM | Last reply by Prashant H Phadke - Wednesday, August 26, 2015 7:12 PM -
0 Votes
set Cookie expiration time for a week
You can try following code public static void SetCookie(string key, string value) { DateTime expireDate = DateTime.UtcNow + ...Answered | 1 Replies | 1250 Views | Created by javadicson - Monday, March 31, 2014 1:53 PM | Last reply by Khanna Gaurav - Monday, March 31, 2014 6:38 PM -
0 Votes
Throttle the data reading rate for IXMLHTTPRequest2
The StreamWebSocket is unlikely to help (and unless the server supports web sockets, won't even work).Answered | 9 Replies | 1482 Views | Created by ukdiveboy(work2) - Thursday, February 13, 2014 11:55 PM | Last reply by Michael Blome - Tuesday, July 8, 2014 7:00 PM -
2 Votes
Set Cookies in a Webbrowser control
Using native calls (HttpClient) I am able to retrieve the authentication token, and can easily set a cookie with that token, and use the cookie with ...Answered | 3 Replies | 3268 Views | Created by dineshrawat0508 - Wednesday, February 4, 2015 4:05 PM | Last reply by DBleicher - Monday, February 9, 2015 8:01 PM -
0 Votes
Session and cookies not working on cloud
@Steve, BTW, I am the same person who has posted this problem ...Answered | 9 Replies | 11032 Views | Created by MBytes - Friday, July 29, 2011 3:41 AM | Last reply by BrentDaCodeMonkey - Monday, September 10, 2012 9:04 PM -
0 Votes
Check for client certificate existence
For using HTTP protocol functionality you have the following functionality available from managed code - HttpClient class, or HTML5 - XHR or C++ - IXMLHttpRequest2 interface.Answered | 3 Replies | 2180 Views | Created by Ben - Sage - Thursday, November 15, 2012 2:04 PM | Last reply by Prashant H Phadke - Wednesday, November 21, 2012 6:23 PM -
1 Votes
Cookie
Hi LoadPerformer, The best advice I can give you is to work directly with the team who is developing / implementing the system you are trying to test.Answered | 5 Replies | 5313 Views | Created by Loadperformer - Wednesday, May 20, 2009 1:24 PM | Last reply by rogeorge - Thursday, May 28, 2009 3:07 PM -
0 Votes
Cookies
I came across the problem in which i need to remove the cookies from the project.I removed all code which is responsible to store the cookies but still the ...Answered | 1 Replies | 6778 Views | Created by deepak India - Wednesday, January 26, 2011 9:21 AM | Last reply by Krystian.Zieja - Wednesday, January 26, 2011 9:36 AM -
0 Votes
cookies
Cookies are a web thing and you need to be dealing with web documents ( pages ) in order to have any cookies.Answered | 1 Replies | 506 Views | Created by BALA BHASKARA CHARY(BBC) - Monday, December 28, 2015 10:49 AM | Last reply by Andy ONeill - Monday, December 28, 2015 11:33 AM -
0 Votes
How to pass cookies along with an initial request to a WebView in Windows Phone 8
For Windows Phone 8 you can refer following ...Answered | 4 Replies | 864 Views | Created by Kumaravel Viswanathan - Wednesday, March 18, 2015 5:06 PM | Last reply by yujie365 - Thursday, March 19, 2015 4:07 AM -
0 Votes
Set cookie in Webview in Windows Phone 8.0
But the cookie I want to set is a "httponly" cookie.Answered | 9 Replies | 1513 Views | Created by santhiyaraman - Tuesday, March 3, 2015 12:05 AM | Last reply by Herro wong - Tuesday, March 17, 2015 3:41 AM -
0 Votes
Need to login using a cookie
I´m developing a Sharepoint 2013 login form (Sharepoint 2013 application) and I need to check if a cookie generated in another Web app is present then login using ...Answered | 1 Replies | 638 Views | Created by RVP1992 - Wednesday, January 28, 2015 3:31 PM | Last reply by Jerry Zy - Monday, February 2, 2015 6:25 AM -
0 Votes
AngularJS ngCookies not working inside office App..
Else where everything is finely working with IE11 when i run it on the browser window ..Answered | 1 Replies | 1855 Views | Created by Ram1989 - Monday, September 22, 2014 7:19 AM | Last reply by Fei Xue - Tuesday, September 23, 2014 6:00 AM -
0 Votes
How to set the cookie expiration time for page cookies?
I have tried your code and its working.Answered | 6 Replies | 5035 Views | Created by Pranil Yambal - Thursday, May 26, 2011 11:40 AM | Last reply by Pranil Yambal - Wednesday, June 1, 2011 9:29 AM -
0 Votes
cookies
cant enable cookies for moodlesessionAnswered | 1 Replies | 891 Views | Created by francisjeff - Saturday, March 25, 2017 12:53 AM | Last reply by Dave Patrick - Monday, March 27, 2017 12:50 PM - Items 1 to 20 of 2199592 Next ›
No announcements