Replies: 2 comments 4 replies
-
Hi @Jycjmf If you set your listener to You shouldn't have to manually set the HOST header in Postman. It may automatically set it for you based on the URL. The HOST header has no bearing on connecting to your machine, but rather, what the underlying So the issue with the HOST header is that these things have to match:
If you try to access using a public IP, you'll run into two issues:
Try listening on Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi @Jycjmf wasn't sure if you saw my edits above. I made them after the original response, so the update may not have come across your email. Cheers, Joel |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
HI!
I want to access the WebServer from outside, but it response "Bad Request-Invalid Hostname"; I have read the ReadMe about "Accessing from Outside Localhost", but I cannot understand the actual mean of " exact DNS hostname ".
Here is my constructor, I just use localhost as hostname
And here is my POST request, I added the headers named "Host" and the value is "localhost":

I have already binding the URL like below:

And this is my public ip address : 39.99.135.10 , I just want to access the webserver from outer ip address, what should I do?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions