Bypassing a session ID?

M

mostro

Hi All,

Example: A webpage exists that allows you to fill out a form and click
submit. The page next page displays the information found from your search
criteria. The form includes information like Fname, Lname, Address and Zip.
I want to programmatically fill out the form and submit the information only
to recieve the final search result page. The problem I am having is that the
page uses a session ID. Is there a way to get around this?

Thanks in advance.
 
J

Joerg Jooss

mostro said:
Hi All,

Example: A webpage exists that allows you to fill out a form and click
submit. The page next page displays the information found from your
search criteria. The form includes information like Fname, Lname,
Address and Zip. I want to programmatically fill out the form and
submit the information only to recieve the final search result page.
The problem I am having is that the page uses a session ID. Is there
a way to get around this?

Hopefully not ;-)

But why not obtain a session id programmatically as well?

Cheers,
 
M

mostro

I guess I will have to do the research. I'm not really a programmer just
trying to design the flow. Got any ideas?

Thanks
 
J

Joerg Jooss

mostro said:
I guess I will have to do the research. I'm not really a programmer
just trying to design the flow. Got any ideas?

At the end of the day, what you're tring to design is similar to a remote
control for the 3rd party web application. Emulate the web application's
flow for a regular user. If there's a login page, your remote control must
login as well. If there's no login but some kind of entry page that issues
session ids, include that page.

You probably should sit down with a dev and show him the flow of pages you
want to repeat programmatically.


Cheers,
 

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

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,364
Latest member
Stevanida

Latest Threads

Top