angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 232 forks source link

Not working with leading double slash "//" (http / https placeholder) #197

Open MickL opened 6 years ago

MickL commented 6 years ago

Following base URL is not working: //localhost:4200/api/

Error response: "Collection 'localhost:4200' not found"

Following IS working: https://localhost:4200/api/

Version tested: 0.5.4, 0.6.0