Re: URL too long
- From: tom71713-perl@xxxxxxxxxx (Tom Smith)
- Date: Wed, 28 Feb 2007 10:33:58 -0700
Tatiana Lloret Iglesias wrote:
If the QUERY_STRING is too long for the URL, your only option is to use POST.
but the problem is that i cannot modify form html code because it's a
public external website ....
GET will allow for "canned" queries--that is, you can create a link that will execute the query on the server.
POST, however, will require a form and its fields to be populated. When you click Submit, the data will be sent to the server and the query executed. Just try it and see if it works.
I am curious to know... How did you derive the QUERY_STRING for your URL? If it's too long to be used in the URL, then it's not likely that you came by the string at the web site you're trying to use it at.
.
- References:
- URL too long
- From: Tatiana Lloret Iglesias
- Re: URL too long
- From: Beginner
- Re: URL too long
- From: Tatiana Lloret Iglesias
- Re: URL too long
- From: Tom Smith
- Re: URL too long
- From: Tatiana Lloret Iglesias
- URL too long
- Prev by Date: Re: URL too long
- Next by Date: A long shot
- Previous by thread: Re: URL too long
- Next by thread: Re: URL too long
- Index(es):
Relevant Pages
|
|