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 Feb 10, 2023. It is now read-only.
I am trying to use your library but due to lack of good docs i am having a hard time. Here is what i am trying to achieve. My remote server requires me to send a initial request without header, it will return some stuff like realm, nonce etc which i then need to send for the second request with the userid and . password. This is based on the RFC2617. Is this possible with your library and if so how. If possible i would like to use request-promise for the request. Also i don't see anywhere in the docs that you will set cookies so i take that that i will need another library to do that.
I am trying to use your library but due to lack of good docs i am having a hard time. Here is what i am trying to achieve. My remote server requires me to send a initial request without header, it will return some stuff like realm, nonce etc which i then need to send for the second request with the userid and . password. This is based on the RFC2617. Is this possible with your library and if so how. If possible i would like to use request-promise for the request. Also i don't see anywhere in the docs that you will set cookies so i take that that i will need another library to do that.