-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FrisbyJS - Basic HTTP authentication #71
Comments
There is an |
Uuuuuuuuuuuuu rock! I'm obviously a noob. I've been in tech 20 years...this is cool stuff. Is there any best place for learning frisby (e.g. man pages, manuals, forums)? So far all I'm finding is github is the best. // |
vlucas, Could you please provide me with more info on how to get this to work? I'm struggling with how to tell it which url to use. var user = 'myUserName' //HTTP Basic Auth |
Hi thesailored, if you are still interested, if you just call the auth function after the post/put/get, then it works, e.g. Although i am not sure what the third argument (sendImmediate) would be used for. Regards |
FrisbyJS help: I need syntax for a Basic HTTP authentication to a server using an id and password. Simple?
The text was updated successfully, but these errors were encountered: