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)
Understanding Connection Limits and New Proxy Connection Limits in WinInet and Internet Explorer
Posted
over 4 years ago
by
Jeff Sanders
1
Comments
Because of RFC 2616 section 8.1.4 ( http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html ) we have traditionally limited the number of persistent connections to 2 per server. This is because of the strong language in this RFC: " A single-user client...
Http Client Protocol Issues (and other fun stuff I support)
InfoPath form and other xml Office documents do not open from Internet Explorer - Raw XML displays instead
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
I came across this problem. The key to this was that the documents opened fine when clicking on them, so I knew the Office installation itself was fine. Some rogue application on install or removal had apparently removed the appropriate Content Type registry...
Http Client Protocol Issues (and other fun stuff I support)
Some .chm files do not work on Windows 7 - Process Monitor - Navigation to the webpage was canceled
Posted
over 4 years ago
by
Jeff Sanders
25
Comments
This took me a couple of minutes to find so I thought I would share this here. I downloaded ProcMon (process monitor) and could view the help file. It would open but the right pane had a message: "Navigation to the webpage was canceled" The left pane...
Http Client Protocol Issues (and other fun stuff I support)
WWSAPI samples in Windows 7 SDK for RC: "Unable to add URL to HTTP URL group."
Posted
over 4 years ago
by
Jeff Sanders
2
Comments
I like to build and run with UAC on. When running the HttpCalculatorService example I got this error: Failure: errorCode=0x80070005 Unable to add URL to HTTP URL group. Access is denied. Running from an administrator command prompt I do not get the...
Http Client Protocol Issues (and other fun stuff I support)
Understanding the new WinInet options: INTERNET_SUPPRESS_COOKIE_PERSIST and INTERNET_SUPPRESS_COOKIE_PERSIST_RESET
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
These options are well documented. Important notes: These flags affect the process that you set this option from. You do not need to pass an InternetHandle (but no error if you do). Sample code: bool abRes = false ; DWORD adOption = INTERNET_SUPPRESS_COOKIE_PERSIST;...
Http Client Protocol Issues (and other fun stuff I support)
Understanding the new WinInet option: INTERNET_OPTION_MAX_CONNS_PER_PROXY
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
The documentation on this is very straight forward ( http://msdn.microsoft.com/en-us/library/aa385328(VS.85).aspx ). At the time of publishing however the documentation has a slight error. You cannot pass a handle in for the first argument. It must be...
Http Client Protocol Issues (and other fun stuff I support)
Understanding the new WinInet option INTERNET_OPTION_SERVER_CERT_CHAIN_CONTEXT
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
With the release of Internet Explorer 8 comes a new option you can query for with programming with the WinInet APIs: INTERNET_OPTION_SERVER_CERT_CHAIN_CONTEXT. The MSDN documentation tells you it allows you to get the PCCERT_CHAIN_CONTEXT , and not much...
Http Client Protocol Issues (and other fun stuff I support)
Understanding the New WinInet flag: INTERNET_COOKIE_HTTPONLY
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
There are a couple of new Cookie flags introduced with the Internet Explorer 8 WinInet.dll. The INTERNET_COOKIE_HTTPONLY flag allows you to read the HttpOnly cookies in your WinInet Code. This flag is documented here: http://msdn.microsoft.com/en-us/library...
Http Client Protocol Issues (and other fun stuff I support)
Understanding the New WinInet option: INTERNET_OPTION_SUPPRESS_SERVER_AUTH
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
With the release of Internet Explorer 8 comes a new option for WinInet programming: INTERNET_OPTION_SUPPRESS_SERVER_AUTH. The MSDN documentation is very specific and describes how the option affects authorization, but I like to see things in action! How...
Http Client Protocol Issues (and other fun stuff I support)
Web Service call results in Exception: A socket operation was attempted to an unreachable host
Posted
over 4 years ago
by
Jeff Sanders
0
Comments
There can be many reasons for this error. In some cases this error can be confusing. I have seen a few instances where an ASP.Net webservice call resulted in this error. More perplexing is the fact that Internet Explorer on the same machine can reach...
Page 1 of 1 (10 items)