for some unknown reason, I have '#!' added to my apps url when debugging in visual studio 2015.
urls look like this
http://localhost:58394/#!/customers
http://localhost:58394/#!/
I have searched all app if this is some sort of typo, but I cannot figure out where is this comming from.
I can see that in ASP.NET WEB API as well as in ASP.NET CORE WEB API...
For front end I'm using angular and angular-route 1.6.0
Any ideas where is this comming from?
I'm not using html5mode nor base tag and I'm happy for # to be there for now, I just don't understand why is the exclamation mark (!) in there ...
This app is not to be deployed on web and is not using any external service which could possibly use #! notation for any tracking or anything else.
The exclamation mark started to apear after the hast just recently so I guess this is caused by some the libs I'm using.
I just would like to know why '!'is there and what library it forcing this exclamation there.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…