| View previous topic :: View next topic |
| Author |
Message |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Dec 24, 2003 11:13 pm Post subject: Re: IdHTTP and Long URLs |
|
|
"jeff" <jeffk (AT) amtrav (DOT) com> wrote
| Quote: | Any idea how I can get this to work through Indy?
|
The error is telling you exactly what happened - your URL is malformed to
begin with, it contains illegal characters. It sounds like you did not
encode your URL first before calling Get().
Gambit
|
|
| Back to top |
|
 |
jeff Guest
|
Posted: Fri Dec 26, 2003 7:53 pm Post subject: Re: IdHTTP and Long URLs |
|
|
I know what the error is saying and I know the URL looks a little strange. But if I cut and paste it into Interenet Explorer, it works fine.
"Remy Lebeau (TeamB)" <gambit47.no.spam (AT) no (DOT) spam.yahoo.com> wrote:
| Quote: |
"jeff" <jeffk (AT) amtrav (DOT) com> wrote in message
news:3fea12cb$1 (AT) newsgroups (DOT) borland.com...
Any idea how I can get this to work through Indy?
The error is telling you exactly what happened - your URL is malformed to
begin with, it contains illegal characters. It sounds like you did not
encode your URL first before calling Get().
Gambit
|
|
|
| Back to top |
|
 |
Jack Mays Guest
|
Posted: Fri Dec 26, 2003 10:09 pm Post subject: Re: IdHTTP and Long URLs |
|
|
"jeff" <jeffk (AT) amtrav (DOT) com> wrote
| Quote: |
I know what the error is saying and I know the URL looks a little strange.
But if I cut and paste it into Interenet Explorer, it works fine. |
this would tell you that IE encodes the URL after you paste it in and
execute navigation.
--
Jack Mays
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Dec 26, 2003 10:11 pm Post subject: Re: IdHTTP and Long URLs |
|
|
"jeff" <jeffk (AT) amtrav (DOT) com> wrote
| Quote: | I know what the error is saying and I know the URL looks a little
strange. But if I cut and paste it into Interenet Explorer, it works
fine. |
Most likely IE is encoding the URL before actually transmitting it. IE does
a lot of things behind the scenes that you would normally have to do
manually.
Gambit
|
|
| Back to top |
|
 |
|