You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I've run into an issue where I need to change my applications behaviour so that it works with both the in memory service and the real API.
Here is the scenario:
http://localhost:4200/api/[email protected]
The problem seems to be in the
parseUri
method.Here's a single example I created to reproduce the issue: https://stackblitz.com/edit/angular-nckow7
This is how the URI get's parsed
According to the RFC 3986 the
@
symbol is valid, see: https://stackoverflow.com/questions/1547899/which-characters-make-a-url-invalid/1547940#1547940Is this a valid defect?
The text was updated successfully, but these errors were encountered: