How do I send an http request in Angular 2 like this with that 'at' sign:
http://TEST@localhost:8082/api/auth/oauth/token
I have the route just like that, but when I send the request it ends up taking the TEST@ out.
From Chrome Dev tools:
Request URL:http://localhost:8082/api/auth/oauth/token
EDIT:
Actually knowing what i'm trying to do is called helps, but I couldn't seem to find it on google anywhere. It's called Basic Access Authentication (wiki in comments below)
This question is resolved by: