How trigger a smart link?

M

Muddy Coder

Hi All,

A smart link, such as:

form action="http://login.adomain.com/cgi-bin/login.cgi?
fp=DFtkog3JAt1oEGIvh5" method="post"

with escape characters fp=DFtkog3JAt1oEGIvh5 attached, to provide
state identifiers of CGI script. If I fill the form and click the
Submit button, the form will be uploaded. However, I want to submit
the form by manually input the web address. I know that there are two
fields in the login page, username and password. So, if there are
escape characters fp=DFtkog3JAt1oEGIvh5, I can do the loggin by typing
in the address entry as:

http://login.adomain.com/cgi-bin/login.cgi?username=myID&password=secret

Here, the myID and secret are my real userID and password. Then, I can
loggin my account without filling the HTML form and click the Submit
button.

But, with the escape characters fp=DFtkog3JAt1oEGIvh5 around, I
failed. I got an error message as:

cgi-bin/login.cgi was not found. I know the CGI script login.cgi was
there.

Somebody can help? I tried to find a book to read, but didn't get one.
How can I trigger the CGI script without being bothered by the ugly
escape characters?

Thanks!




Muddy Coder
 
T

Tim Greer

Muddy said:
Hi All,

A smart link, such as:

form action="http://login.adomain.com/cgi-bin/login.cgi?
fp=DFtkog3JAt1oEGIvh5" method="post"

with escape characters fp=DFtkog3JAt1oEGIvh5 attached, to provide
state identifiers of CGI script. If I fill the form and click the
Submit button, the form will be uploaded. However, I want to submit
the form by manually input the web address. I know that there are two
fields in the login page, username and password. So, if there are
escape characters fp=DFtkog3JAt1oEGIvh5, I can do the loggin by typing
in the address entry as:

http://login.adomain.com/cgi-bin/login.cgi?username=myID&password=secret

Here, the myID and secret are my real userID and password. Then, I can
loggin my account without filling the HTML form and click the Submit
button.

But, with the escape characters fp=DFtkog3JAt1oEGIvh5 around, I
failed. I got an error message as:

cgi-bin/login.cgi was not found. I know the CGI script login.cgi was
there.

Somebody can help? I tried to find a book to read, but didn't get one.
How can I trigger the CGI script without being bothered by the ugly
escape characters?

Thanks!




Muddy Coder

Why not just use:

http://login.example.com/cgi-bin/login.cgi?username=myID&password=secret&fp=DFtkog3JAt1oEGIvh5

Of course, I can't tell exactly what your issue is to say that's the
solution. How exactly were you trying the p=DFtkog3JAt1oEGIvh5 in the
URL where it resulted in a 404 (file/page not found) error?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top