Forum Discussion

sendai's avatar
13 years ago

HTTP Monitor / tunnel question

Hi,

I'm very new to this tool, and I like it a lot, although I couldn't really find a solution to the following, if you know the answer, I would really appreciate it.

My goal is to sniff html/xml SOAP communication between a https client and server. I create a simple project, and launch the HTTP monitor, then I configure the HTTP tunnel. HTTP proxy is not an option for me, because the application does not have settings for http proxy. I created the HTTP tunnel, pointed to the https server, created the keystore files, etc.

It works.

Now, my problem is that whenever I point to the SoapUI address, for example : https://localhost:8080, my traffic is correctly forwarded to the destination address. Although when I try to look up any URL under that address, for example : https://localhost:8080/test_url/index.html, SoapUI will not honor my sub path, /test_url/index.html, but it will ask for / again. No matter what sub-url I type in, the tunnel will forward "GET / HTTP/1.1".

Any chance if this is the normal behavior or if this can be set so it'll honor my sub-url path as well? So when I request https://localhost:8080/test_url/index.html, it will tunnel the request to https://destination server:port/test_url/index.html ?

Regards,
sendai
No RepliesBe the first to reply