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?
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:
Hope this helps!