Reputation: 33
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 Amydomain.com
virtualhostI need to connect to server B pretending I'm connecting to mydomain.com
.
Is it possible to test that with Paw?
Upvotes: 1
Views: 873
Reputation: 33
It took me a while to figure it out, so here's a screenshot that may explain the solution better.
I'm trying to access the virtualhost mydomain.com
on the server with IP address 0.0.0.0
.
Upvotes: 2
Reputation: 3481
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
.
Upvotes: 1