angularjswebstormadobe-brackets

WebStorm modifies URLs


We use two IDEs for developing Angular.js applications: Brackets v1.7 + WebStorm v2016.2

When opening an application via Brackets IDE, URLs are shown as expected:

http://127.0.0.1:55738/index.html#/distributor

But when I open the same URL from WebStorm IDE, it comes up as follows:

http://localhost:63342/svnSource/SRDL/index.html?_ijt=j25vtpn610cetc16cgo6btff1v#/distributor

Why is it so different, and why is WebStorm injecting those extra parameters? Is it something optional that can be switched off?


Solution

  • Well, This is happening because JetBrains has updated some security patches to WebStorm v2016.2.

    They have enable authorization for built-in server and currently Tt is not possible to disable this option according to JetBrains team.

    for more details about it, Please find the below article:

    https://blog.jetbrains.com/blog/2016/05/11/security-update-for-intellij-based-ides-v2016-1-and-older-versions/

    Hope this helps!