Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Idhttp and external functions

www.cryer.info
Managed Newsgroup Archive

Idhttp and external functions

Subject:Idhttp and external functions
Posted by:fer
Date:Sun, 29 Oct 2006 14:44:47

Sorry. I was away from my office. can't reply the Remy's post.
Now i make it clear.

My question was
>> I am trying to post a value to a server.
>> But there is a script on the server which calls enct function before
>> post.
>> so the value must be send to enct function before post. how can i perform
>> this !..

Remy's answer was
> Please elaborate.  Are you saying that enct() is a client-side script
> function that the browser normally calls before submitting the form
> values?
> If so, then you will have to duplicate that function in your own code if
> it
> alters the post data in any way.  What EXACTLY is the function actually
> doing?


My problem is this
I am posting the value with internet explorer and watch the traffic.
For the password field i wrote abcd for example. After pushing the login
button.
The value which i wrote posted like this sfkds.
When i looked the html code of the form that i key the password value there
is script called enct
and explorer calls before sending the value.

Replies:

www.cryer.info
Managed Newsgroup Archive