You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a Invalid Host header on start which is resolved by rewriting the header. It would be nice if this could be done from this extension. Here is an example ngrok http --host-header=rewrite 8080
The text was updated successfully, but these errors were encountered:
However, I've definitely used host header on one off tunnels.
I wonder what interface would be good for this. We could add a config option in the VSCode config for host header that gets applied to one off tunnels (but not named tunnels).
I think I want to keep the start command as simple as possible. It wouldn't be a good experience for it to ask a bunch of config questions each time you try to open a tunnel.
As an extension, what do you think about a command that opens the ngrok config in the current editor?
It could be nice to be able to set an default host header in VSCode, then one can use it per workspace aswell. But to have all configuration in one place and the plugin just serves that with a command feels intuitive.
I guess it depends on how usual this Invalid Host header is over all. This plugin is my entry to ngrok so I cant answer that one :)
I get a
Invalid Host header
on start which is resolved by rewriting the header. It would be nice if this could be done from this extension. Here is an examplengrok http --host-header=rewrite 8080
The text was updated successfully, but these errors were encountered: