No announcements
Found 2732205 threads
-
1 Votes
Passing session variable in HttpWebRequest object
It seems you have to create a CookieContainer object, and attach it to each HttpWebRequest created, then the HttpWebRequest will update the container and carry ...Answered | 9 Replies | 31112 Views | Created by peterposnag - Tuesday, October 11, 2011 1:18 PM | Last reply by Rodrigo Vassoleri - Tuesday, October 16, 2012 1:28 AM -
0 Votes
Uploading files via HTTPWebRequest class
This protocol is built on top of HTTP POST, which is provided by the HttpWebRequest class.Answered | 5 Replies | 9204 Views | Created by Rahul Singla - Tuesday, February 3, 2009 5:58 AM | Last reply by Rahul Singla - Tuesday, February 10, 2009 4:40 AM -
0 Votes
Is it possible to return the result of a HttpWebRequest POST method via IObservable interface…
Maybe you could post your silverlight code?Answered | 11 Replies | 7067 Views | Created by Ollie Riches - Wednesday, December 1, 2010 11:46 AM | Last reply by James Miles - Friday, March 11, 2011 11:51 AM -
0 Votes
Soap via Httpwebrequest
That is why I posted my question.Answered | 8 Replies | 10952 Views | Created by tmacdonaldmpower - Friday, June 18, 2010 2:52 AM | Last reply by Coach Roebuck - Monday, October 25, 2010 7:09 AM -
0 Votes
posting session values via httpwebrequest
User-269322731 posted Hi The data needs to be posted as if it was a form post so that in posting_data.aspx I can retrieve the ...Unanswered | 2 Replies | 12 Views | Created by Anonymous - Monday, December 5, 2005 4:56 AM | Last reply by Anonymous - Monday, December 5, 2005 12:05 PM -
1 Votes
HttpWebRequest (How to use the Login Cookie in order to Post)
from this msdnAnswered | 5 Replies | 7599 Views | Created by LetMeCode - Tuesday, January 17, 2017 2:39 PM | Last reply by Igor S. Paim - Tuesday, October 9, 2018 8:28 PM -
1 Votes
getting access to wininet (httponly) cookies: to share with HttpWebRequest
One option is to have the server control put the session cookie value in the page result.Answered | 6 Replies | 12444 Views | Created by Shaun Logan - Thursday, December 18, 2008 2:51 PM | Last reply by Johnthe Codes - Sunday, August 8, 2010 8:10 AM -
0 Votes
HttpWebRequest POST
Hi I am having problems posting a binary file using c#.Answered | 1 Replies | 14062 Views | Created by amar9876 - Saturday, June 7, 2008 3:57 PM | Last reply by Ed Price - MSFT - Tuesday, January 24, 2012 3:14 PM -
0 Votes
HttpWebRequest
That is way too many questions for one post.Answered | 7 Replies | 3053 Views | Created by Herpaderp - Saturday, November 27, 2010 1:01 PM | Last reply by Herpaderp - Monday, November 29, 2010 2:26 PM -
0 Votes
HttpWebRequest and CookieContainer - login to a website
I am doing same from 1st responce getting cookies and in next request for same user I want to post it back again to same server or different server, but problem is that I am sending ...Answered | 6 Replies | 24311 Views | Created by amazingwolf - Tuesday, February 15, 2011 8:15 PM | Last reply by himanshu_kulkarni - Tuesday, April 3, 2012 2:34 PM -
0 Votes
HttpWebRequest posting multipart/form-data
A Forumla for you: byte[] bytes = Encoding.ASCII.GetBytes("ips=xx.x.xx.xxx"); HttpWebRequest webRequest webRequest = ...Answered | 10 Replies | 30092 Views | Created by Abis24 - Wednesday, May 18, 2011 7:57 PM | Last reply by Mr. Javaman II - Friday, May 18, 2012 4:35 AM -
2 Votes
How to obtain a image from internet via HttpWebRequest?
0) { lxMS.Write(lnBuffer, 0, lnBuffer.Length); lnBuffer = lxBR.ReadBytes(1024); } lnFile = new ...Answered | 5 Replies | 18640 Views | Created by Barney.Z - Tuesday, August 30, 2011 7:54 AM | Last reply by Barney.Z - Tuesday, August 30, 2011 11:32 AM -
8 Votes
Problem with HttpWebRequest
\"hidden\" name=\"__EVENTVALIDATION\" id=\"__EVENTVALIDATION\" value=\""; int validationStart = loginHtml.IndexOf(validationField) ...Answered | 24 Replies | 4295 Views | Created by maverick786us - Wednesday, May 9, 2012 10:39 AM | Last reply by maverick786us - Wednesday, May 9, 2012 5:39 PM -
0 Votes
Httpwebrequest with String
Also, you have to be careful to make sure you preserve sessions across the two web requests.Answered | 2 Replies | 4918 Views | Created by tmacdonaldmpower - Monday, August 17, 2009 8:40 PM | Last reply by Feroze Daud - Sunday, August 23, 2009 12:22 AM -
2 Votes
httpwebrequest post data
yoAwad3Zblf8ygzC18zcJETqd0ACa08TVube35zXMbHLqJB"; string posted = ...Answered | 5 Replies | 2753 Views | Created by xpro6000 - Tuesday, October 12, 2010 11:12 PM | Last reply by Mike Dos Zhang - Thursday, October 14, 2010 9:06 AM -
0 Votes
HttpWebRequest hangs
HttpWebRequest hangs at line with GetResponse call.Answered | 2 Replies | 2050 Views | Created by Username already in use - Tuesday, December 2, 2014 7:35 PM | Last reply by Fred Bao - Monday, December 22, 2014 9:46 AM -
0 Votes
WP8 HttpWebRequest KeepAlive = true;
Hi Darin, thanks for the reply... and yes you picked it up correctly, the session I was refering to is the session cookie and not the socket.Answered | 2 Replies | 2116 Views | Created by Wolfgang.Marx - Monday, January 21, 2013 4:53 PM | Last reply by Wolfgang.Marx - Tuesday, January 22, 2013 8:45 AM -
0 Votes
httpwebrequest help needed(urgent)
CookieContainer cookie; HttpWebRequest req; HttpWebResponse res; Stream dataStream; StreamReader readStream; Encoding encode = Encoding.UTF8; ...Answered | 4 Replies | 2583 Views | Created by It_s Meee - Monday, May 10, 2010 9:52 AM | Last reply by Harry Zhu - Friday, May 14, 2010 3:05 AM -
0 Votes
Procedural HttpWebRequesting
Hi spectaculoso, I suggest you use fiddler to monitor and obtain request message from your browser and use HttpWebRequest to simulate it.Answered | 2 Replies | 468 Views | Created by spectaculoso - Saturday, October 17, 2015 8:17 PM | Last reply by DotNet Wang - Monday, October 19, 2015 6:21 AM -
2 Votes
problem with httpwebrequest
Thanks for the posting.Answered | 10 Replies | 4754 Views | Created by gswartz - Wednesday, June 10, 2009 12:28 PM | Last reply by gswartz - Friday, July 24, 2009 12:33 PM - Items 1 to 20 of 2732205 Next ›
No announcements