Ask Your Question
0

Get form URL

asked 2018-10-15 07:14:42 +0000

I try to find out what URL this site uses when finding ie. with product number 29226 http://www.h-r.com/de/produktfinder I just can't figure out. When I'm looking wireshark data I think I'm close when using http://www.h-r.com/de/produktfinder?p... but it won't work.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2018-10-15 12:15:49 +0000

updated 2018-10-15 12:16:51 +0000

When you construct the request URL shown above and put it into browser's address bar your browser uses HTTP GET method. But the site you mention uses POST request to submit Search form:

image description

So you can't just create some URL to achieve the goal.

edit flag offensive delete link more
0

answered 2019-03-21 16:46:34 +0000

Zaaf gravatar image

It will using base url http://www.h-r.com/de/produktfinder then the data typed into the search box will be used in database query to be matched. There will be an connection from the webserver to the database but that will not be visible to you. Connection from your browser to the website is the only part visible in wireshark.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-10-15 07:14:42 +0000

Seen: 1,021 times

Last updated: Mar 21 '19