anboralabs / intellij-ngrok

Ngrok plugin integration with intellij
https://plugins.jetbrains.com/plugin/19205-ngrok
GNU General Public License v3.0
6 stars 1 forks source link

Add additional configuration -host-header #52

Closed karinerock closed 2 months ago

karinerock commented 2 months ago

Thanks for your updated version 2024.3.1 which I was able to run as a service in my IDE Webstorm.

So, far, I am unable to run my app in dev mode through, since the host-header needs to be specific in order for the oauth app so securely authorize my host to call the API. Would it be possible to add the extra property host-header in the config section? That would actualily enable me to finally use this plugins in my IDE (instead of the CLI setup line in my terminal).

dalgarins commented 2 months ago

Ok, I will work on that

dalgarins commented 2 months ago
Screenshot 2024-04-27 at 5 43 30 PM

this feature will be available on version 2024.3.2, next week will be available.

karinerock commented 2 months ago

Perfect! I have up the version and it works very welll, thanks a lot!