Here's the thing, I have my server configured with a virtualhost mydomain.com
but the DNS are not pointing yet to this server's IP address.
In other words, I have:
mydomain.com
DNS pointing to server A- a server B with a
mydomain.com
virtualhost
I need to connect to server B pretending I'm connecting to mydomain.com
.
Is it possible to test that with Paw?
What you're trying to do is probably DNS spoofing, you need to connect to your "server B"'s IP address but with an HTTP header
Host: mydomain.com
.See DNS Spoofing with Paw.