Angular (web framework): Difference between revisions

Line 97: Line 97:
* The outgoing request is not a <code>GET</code> or <code>HEAD</code> request.
* The outgoing request is not a <code>GET</code> or <code>HEAD</code> request.
* The outgoing request path is a relative path of form <code>api/endpoint</code> or <code>//example.com/api/endpoint</code>.
* The outgoing request path is a relative path of form <code>api/endpoint</code> or <code>//example.com/api/endpoint</code>.
You can also set the name of the cookie and name of the header to something else if you prefer.


==Resources==
==Resources==