Article ID: 254786 - Last Review: June 24, 2005 - Revision: 4.0 PRB: Query String TruncatedThis article was previously published under Q254786 SYMPTOMS
When you send a long query string from a WinInet application to a Web server, the query string may be truncated.
CAUSE
This issue occurs because of the length limitation of the URL in WinInet, which is defined in the Wininet.h file as follows: Note: Because Internet Explorer and Internet Transfer Control also use WinInet, the same issue may occur. RESOLUTION
To resolve this issue, use the HTTP POST method. For example: Using Internet Transfer Control on the client side: MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. For additional information on how to properly simulate a Form POST in WinInet, click the article number below to view the article in the Microsoft Knowledge Base: 165298
(http://support.microsoft.com/kb/165298/EN-US/
)
HOWTO: Simulate a Form POST Request Using WinInet
REFERENCES
For more information on URL-encoding and the format of a Form POST request, see section 8.2 in RFC 1866.
APPLIES TO
| Article Translations
|

Back to the top
