No announcements
Found 3473957 threads
-
0 Votes
https request with HttpClient
[U8.1]httpclient postasync windows phone 8.1 universal app second call 404 errorAnswered | 1 Replies | 955 Views | Created by CoooderKing - Thursday, July 30, 2015 12:45 PM | Last reply by Barry Wang - Friday, July 31, 2015 10:14 AM -
3 Votes
HttpClient cannot work in a reference library with VS 2015.
But a call to a web service is going to work from a separate project.Answered | 3 Replies | 1633 Views | Created by TronCell - Tuesday, December 1, 2015 1:55 AM | Last reply by Andy ONeill - Wednesday, December 2, 2015 4:19 PM -
0 Votes
HttpClient
WebRequest request = WebRequest.Create("https://www.google.com/"); stopWatch1.Stop(); // Get the response.Answered | 4 Replies | 688 Views | Created by -Marcin- - Monday, October 17, 2016 3:14 PM | Last reply by Wendy Zang - Friday, October 28, 2016 9:54 AM -
1 Votes
Call functions with HttpClient
Hi Andrew, Finally I found the cause, if I changed the https to http in GetAsync function, everything works fine, I don't know why https ...Answered | 3 Replies | 1835 Views | Created by William A Wang - Friday, December 7, 2018 3:56 AM | Last reply by William A Wang - Friday, December 7, 2018 6:21 AM -
0 Votes
HttpClient doesn't work with Https
Now all work well!Answered | 1 Replies | 509 Views | Created by Anonymous - Tuesday, February 6, 2018 10:47 AM | Last reply by Anonymous - Monday, February 12, 2018 2:17 PM -
0 Votes
HttpClient GetAsync not working properly in WP8.1 but working fine in other application
Since I don't know what type of client you are using, I can't really easily tell you other than to assume it's some HTTPClient or something else?Answered | 1 Replies | 840 Views | Created by Janaks - Wednesday, September 2, 2015 4:56 PM | Last reply by Anokneemous - Wednesday, September 2, 2015 8:24 PM -
13 Votes
HttpClient for Windows Phone 8
Your http client code would work direct out of the box.Answered | 5 Replies | 23011 Views | Created by eitanb - Saturday, February 23, 2013 8:20 AM | Last reply by Choco_Smith - Monday, July 29, 2013 12:10 PM -
0 Votes
HttpClient not passing cookie values
>this is working fine for http api, but it is not sending the cookie when i am hitting a secure api(https).Answered | 1 Replies | 4853 Views | Created by VijayAluvala - Wednesday, February 17, 2016 4:26 PM | Last reply by Albert_Zhang - Thursday, February 18, 2016 6:54 AM -
0 Votes
[UWP]Network issue with HttpClient
Hi, I' solved moving http request outside from page constructor.Answered | 4 Replies | 1003 Views | Created by agrumiro - Thursday, December 31, 2015 11:54 AM | Last reply by agrumiro - Tuesday, January 5, 2016 7:35 AM -
0 Votes
HttpClient and Image Control Source
You can set the Source property of an Image element to a URL that returns an image: <Image Source="http://url.com/pic.png" ...Answered | 3 Replies | 2014 Views | Created by afzal6339 - Tuesday, April 26, 2016 2:12 PM | Last reply by Magnus (MM8) - Tuesday, April 26, 2016 7:03 PM -
0 Votes
HttpClient static instance
Why exactlly do you want to use a HttpClient Singleton to make calls to different APIs instead of simply using separate HttpClients in the sections you need them?Answered | 4 Replies | 3548 Views | Created by BENJIMOLA - Tuesday, February 17, 2015 1:48 PM | Last reply by Dave Smits - Monday, February 23, 2015 9:22 AM -
1 Votes
UWP and HttpClient
From PC it was working, because I was debugging the requests ...Answered | 9 Replies | 1297 Views | Created by Petrtim - Thursday, July 7, 2016 9:22 AM | Last reply by Sunteen Wu - Tuesday, July 19, 2016 8:20 AM -
0 Votes
HttpClient is it implicitly pooled?
HttpClient Class See the remarks: The HttpClient class instance acts as a session to send HTTP requests.Answered | 1 Replies | 10514 Views | Created by MSDN Student - Wednesday, March 19, 2014 1:02 AM | Last reply by Caillen - Thursday, March 20, 2014 2:15 AM -
0 Votes
HttpClient loses a lot of functionality of the HttpWebRequest
HttpClient is the "front end" to the entire Http experience; the actually work is done by a series of "handlers".Answered | 2 Replies | 5485 Views | Created by pink Jedi - Wednesday, October 5, 2011 12:58 PM | Last reply by Network Developer Experience [MSFT] - Wednesday, October 5, 2011 9:14 PM -
3 Votes
httpclient "a task was canceled!
I've seen that flow diagram before, it's very handy indeed and that is more or less how my application is working.Answered | 10 Replies | 8415 Views | Created by DanBayley - Sunday, May 22, 2016 1:12 PM | Last reply by Albert_Zhang - Friday, June 3, 2016 5:46 AM -
1 Votes
SSIS package C# script task to make https call using httpClient
Hello Mona, The async method wont work in script task as per many documentation.Answered | 8 Replies | 9010 Views | Created by ShriG - Thursday, September 19, 2019 4:40 AM | Last reply by ShriG - Thursday, October 10, 2019 5:40 PM -
0 Votes
HttpClient example for IOT Core
hello "Develop UWP apps" is a great starting point as you will find how to articles API reference and other ...Answered | 3 Replies | 1997 Views | Created by Terrence_ - Thursday, August 4, 2016 12:14 AM | Last reply by Andre Marschalek - Thursday, August 4, 2016 2:12 PM -
0 Votes
Downloading Video using HTTPClient
http://msdn.microsoft.com/en-us/library/windows/apps/system.net.http.httpclienthandler.maxrequestcontentbuffersize(v=VS.110).aspx You should be able to simply ...Answered | 3 Replies | 5633 Views | Created by Biju S Melayil - Thursday, November 10, 2011 11:53 AM | Last reply by Jeff Sanders - Friday, November 11, 2011 7:12 PM -
2 Votes
HttpClient digest authentication does not work if the uri has querystring parameters
See http://stackoverflow.com/questions/17096201/build-query-string-for-system-net-httpclient-getAnswered | 4 Replies | 8964 Views | Created by Kate Dytecna - Monday, July 1, 2013 8:43 AM | Last reply by Tjrobot - Thursday, January 23, 2014 11:56 AM -
0 Votes
How to set useUnsafeHeaderParsing of HttpClient
I outlined the basic idea for a solution at http://www.jedidja.ca/dealing-with-a-protocol-violation-on-wp-8-1/Answered | 5 Replies | 8027 Views | Created by troyou - Tuesday, July 17, 2012 1:42 AM | Last reply by Jedidja Bourgeois - Monday, August 11, 2014 11:05 PM - Items 1 to 20 of 3473957 Next ›
No announcements