Sign in
Http Client Protocol Issues (and other fun stuff I support)
If you use any of these solutions, Please let me know so I can track if any of this is useful to you! Thanks!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ATL Controls
AtlServer
Certificates
DebugDiag
HTTP Troubleshooting
HttpWebRequest
IE 8
IIS 7
Internet Explorer
ISAPI
MSXML
Push Notifications
SOAP
Soap ToolKit
SSL
System.Net
WebBrowser Control
Windows 8
Windows Azure Mobile Services
Windows Store applications
WinHttp
WinInet
WNS
WWSAPI
XMLHttp
Archive
Archives
May 2013
(3)
April 2013
(2)
March 2013
(4)
January 2013
(1)
December 2012
(2)
November 2012
(1)
August 2012
(2)
July 2012
(1)
March 2012
(1)
December 2011
(2)
October 2011
(1)
June 2011
(1)
May 2011
(1)
April 2011
(2)
March 2011
(2)
February 2011
(1)
October 2010
(1)
September 2010
(2)
August 2010
(1)
June 2010
(1)
May 2010
(1)
April 2010
(1)
March 2010
(2)
October 2009
(2)
September 2009
(5)
August 2009
(2)
July 2009
(2)
June 2009
(10)
May 2009
(4)
April 2009
(3)
March 2009
(7)
February 2009
(1)
January 2009
(2)
December 2008
(4)
November 2008
(1)
October 2008
(2)
September 2008
(2)
June 2008
(1)
April 2008
(1)
March 2008
(2)
January 2008
(2)
December 2007
(2)
November 2007
(1)
October 2007
(2)
July 2007
(1)
June 2007
(1)
May 2007
(4)
April 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Http Client Protocol Issues (and other fun stuff I support)
WWSAPI (Windows Web Services API) HTTP Kerberos Client
Posted
over 4 years ago
by
Jeff Sanders
1
Comments
Further adventures with the WWSAPI Beta. If you find this useful please take the time to Jot me a quick comment or note! I decided to investigate these API's and make a simple call to the same WebService in my previous blog post using Kerberos. I first...
Http Client Protocol Issues (and other fun stuff I support)
Windows Web Services API Client code walkthrough on Windows 7
Posted
over 4 years ago
by
Jeff Sanders
1
Comments
I decided to Dive into the WWSAPI Beta and see how I could call a simple HelloWorld Applications. Here are my adventures: I installed Windows 7 in a HyperV VM and installed Visual Studio 2008 SP1. I downloaded the Windows 7 SDK and attached the...
Http Client Protocol Issues (and other fun stuff I support)
HttpWebRequest exception: "Unable to connect to the remote server" when using .INS config files
Posted
over 4 years ago
by
Jeff Sanders
3
Comments
Problem Taking a System.Net Trace (see My Favorite System.Net Tracing File ) you will see that the HttpWebRequest is trying to use a .INS file. System.Net Verbose: 0 : [0371] WebRequest::Create( http://myserver/ie/update/windows/IEConfig.INS ) ...
Http Client Protocol Issues (and other fun stuff I support)
My Favorite System.Net trace configuration file dumps Process ID and Date Time Information
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
Often you need to correlate a .NET trace with a Netmon trace. To do that you need the date and time of the call from the System.Net trace . This will do it! NOTE: This section is configures where the log file is and where it should be written: initializeData...
Http Client Protocol Issues (and other fun stuff I support)
HttpWebRequest WebExcepton: The remote server returned an error: (407) Proxy Authentication Required.
Posted
over 4 years ago
by
Jeff Sanders
2
Comments
Problem System.Net Tracing (see My Favorite System.Net Tracing File ) revealed that we are getting the 407 error and the .NET framework is not retrying the request with Credentials. System.Net Error: 0 : [4811] Exception in the HttpWebRequest#33574938...
Http Client Protocol Issues (and other fun stuff I support)
HttpWebRequest Class does not use Port number in SPN when using Kerberos
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
If you look at a Kerberos ticket when HttpWebRequest is trying to retrieve a resource, you will notice that it does not have the port number in the SPN. For example you are trying to retrieve a WebService http://someserver:8888/webservice/webservice...
Http Client Protocol Issues (and other fun stuff I support)
Replace SOAP Toolkit and ATLServer Classes with the WWSAPI
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
SOAP Toolkit is out of support and the ATLServer Classes are not supported in VS 2008. What to do for native C++ development? Check this out (Video): http://channel9.msdn.com/posts/yochay/Windows-Web-Services/ Download from: http://connect...
Page 1 of 1 (7 items)