URL Limit
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, i have problem with function CHttpConnection::OpenRequest, when i call this function with URL that is longer than 2048 char (one TCP/IP packet) the function crush down. Is the URL smaller everything work well! My question: Is there any limit to URL size? How i solve this problem? Is there any other possibility? Example: URL: executeSQL?Datbase=....&User=... (more than 2048 char). Thanks Peter