954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

About querystring

Hi all,

I have one small doubt in query string. Can anyone know how many maximum characters passed via querystring through URL. Is there any limitation for sending characters in querystring? If anyone know answer for this kindly reply me...

mahe4us
Junior Poster in Training
55 posts since Sep 2006
Reputation Points: 10
Solved Threads: 0
 

Sending through URL means sending information using GET method which will accept maximum of 4KB.

better you should encode the data while sending by GET method becuase if your data is having '&' then that will be treated as parameter seperator and will not be treated as part of the information you are sending

PeppySoft
Newbie Poster
6 posts since Dec 2006
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You