Skip to content Skip to sidebar Skip to footer

Angular: Get Cookie From One Request And Use In Another

I have simple Angular app, which can perform some requests over $http to remote service (couchdb) at example.com/.../myservice. Service requires auth, which done by calling specifi

Solution 1:

There's no solution, according to this

Now I think that couchdb is a source of problem. So, I'll try to find another ways to do auth in couch manually.


Post a Comment for "Angular: Get Cookie From One Request And Use In Another"