Skip to content Skip to sidebar Skip to footer
Showing posts with the label Basic Authentication

Node.js Http Basic Auth

Is it possible to do basic auth in Node.js just like in Apache? http://doc.norang.ca/apache-basic-a… Read more Node.js Http Basic Auth

Chrome Plugin Development: User:pass@url Not Supported By Google Chrome Anymore?

I develop a Chrome plugin that uses XMLHttpRequest to send a GET HTTP request with an username/pass… Read more Chrome Plugin Development: User:pass@url Not Supported By Google Chrome Anymore?

How To Use Basic Authentication With JIRA REST API In JavaScript?

I'm creating a JavaScript app for a Smart TV to show dashboards on the tv. I get the list of da… Read more How To Use Basic Authentication With JIRA REST API In JavaScript?