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 Apr 12, 2024. It is now read-only.
Following code fails because browser makes query to http://198.61.201.6/api/v1-dev/trackers, using standard http port 80, completely ignoring specified port.
I tested this on versions 1.0.2, 1.0.3, 1.1.0 and 1.1.1, same behavior in every case.
@jsyrjala$resource uses the colon (:) as a params delimiter so it needs to be escaped. You can do it by writing: http://198.61.201.6\\:8000/api/v1-dev/trackers. Here is the jsFiddle: http://jsfiddle.net/mkLzh/
Closing for now, a PR with the documentation update would be awesome.
Following code fails because browser makes query to
http://198.61.201.6/api/v1-dev/trackers
, using standard http port 80, completely ignoring specified port.I tested this on versions 1.0.2, 1.0.3, 1.1.0 and 1.1.1, same behavior in every case.
The text was updated successfully, but these errors were encountered: