Webstorm built in HTTP Server & Remote Proxy Failing (404)
Hi,
I cannot seem to be able to get a remote proxy onto the inbuilt webstrom http server to work. What looks like a correct configuration returns the webstrom 404 error page.
I have tested the page from the remote box using curl and it returns the expected data. I enabled remote connections in advance.
Is there a to view the error logs for the inbuilt http server?
Note: We require the proxy as it provides Kerberos SSO, we are trying to use the internal http server for convience. A local Apache like XAMPP will work!
Thanks,
Ruairi
Please sign in to leave a comment.
Do you man that you can't serve your page on the built-in webserver if the http proxy is used? Or?Have you set up a proxy in Settings/HTTP Proxy?
please can you attach your idea.log, contents of the Jetbrains IDE Chrome extension log ( see http://confluence.jetbrains.com/display/WI/LiveEdit, How do I know what's wrong?) and a screenshot of Settings/Debugger/JavaScript tab?
Also I'd like to see a screencast that shows up the problem
Hi,
Thanks for the reply. No the local webstorm web server is fine. I am trying to use an apache reverse proxy onto it (to replicate security layer) but it doesnt work as webstrom throws a 404 error as if the URL (which should) doesnt exist.
Is it possible to use a reverse proxy (proxypass) over HTTP onto the local webstrom web server?
Thanks,
Ruairi