Questions tagged [http-auth]

Node.js package for HTTP basic and digest access authentication.

Node.js package for HTTP basic and digest access authentication.

Related links

20 questions
0
votes
2 answers

NodeJS app with http-auth crashes after Webpack5

I have a large NodeJS application that have been working just fine after beeing processed by Webpack-5. Now I added http-auth and then the application crashes. On https://github.com/MorganLindqvist/webpack5-http-auth-failure you can find a very…
0
votes
1 answer

Pythons request libary: HttpBasicAuth and german umlaute (äüöß)

I ran into a problem using the HttpBasicAuth with my password that contained ß. On a Windows mashine. Now I will not be able to chage my companies password rules so I want to display some kind of warning when a password is not supported. Or is there…
Rudertier
  • 406
  • 3
  • 10
0
votes
0 answers

Rails ActionCable with http authentification

I have RoR 5.0.0.1 project with ActionCable functionality. We have staging environmen with http authentification. I need ActionCable to work with our staging. What I need to do to get work ActionCable and http auth in our project? My current…
Matho
  • 125
  • 2
  • 11
0
votes
2 answers

Pycurl to Jira json

I'm trying to get json from jira but all the time receive empty response. By the way from browser I get data well. Here is my server code: import pycurl from StringIO import StringIO c = pycurl.Curl() buffer = StringIO() c.setopt(c.URL,…
0
votes
1 answer

http-auth with express - login prompt popping up endlessly

So I'm trying to password protect my node.js app with http-auth. I saw many people that needed help with that too and tried multiple things. But now I'm stuck. The password is working fine, but the login prompt pops up again as soon as you logged in…
1
2