byte range requests on local server
Hi -
It seems that the built in server does not support byte range requests.
Is there a way to configure this?
Or, alternatively, can I set up a configuration that uses my local MAMP install instead of the built in server for debugging?
Thank you,
Uli
Please sign in to leave a comment.
there is no way to configure this. But you can for sure use any server for debugging - just specify URL of your application on MAMP server in JavaScript Debug run configuration. See https://confluence.jetbrains.com/display/WI/Starting+a+JavaScript+debug+session#StartingaJavaScriptdebugsession-Startingadebugsessionwhenusingadifferentwebserver.
Note that you can set up your MAMP server as default server for your project in Settings(Preferences) | Build, Execution, Deployment | Deployment (https://confluence.jetbrains.com/display/PhpStorm/Deploying+PHP+applications+with+PhpStorm#DeployingPHPapplicationswithPhpStorm-1.Configuringadeploymentserver) to get it used by default instead of the built-in server
Any chance of the internal server being updated to support AcceptRange:Bytes? It seems daft to have a server that does not provide most common facilities.
Please vote for https://youtrack.jetbrains.com/issue/WEB-13732 to be notified on any progress with it