This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$resource strips port from url #1243
Closed
Description
As discussed in https://groups.google.com/forum/?fromgroups#!topic/angular/18aO0bIlEm0%5B1-25%5D, if you include a port in the URL passed to $resource, it gets stripped since everything with a colon is substituted.
Escaping the colon works, but that makes it a pain to use the same URL with $http (which doesn't seem to understand the escaping).
In general you should be using relative URLs, but the use case for needing the full path is for cross origin requests.