Skip to main content
0 votes
0 answers
50 views

I have a remote Git repository that is to be accessed via HTTPS with basic auth, whose credentials are properly configured in my ~/.netrc, e.g. $ cat ~/.netrc machine example.com login example-user ...
vog's user avatar
  • 26.2k
0 votes
0 answers
99 views

I've created a Spring Cloud Config Server with (for now) only two yaml files application.yml application-dev.yml Also Spring Security with basic authentication (username & password) is defined, ...
AbdoCherry's user avatar
0 votes
1 answer
87 views

When working on new HTTP request in Postman v11.2.14-canary01, and going to the Authorization tab and selecting SHA-256 for the Code Challenge Method and putting ...
Dale's user avatar
  • 5,997
3 votes
1 answer
702 views

In an Nginx config we have the following code to allow viewing the site from inside the LAN without a login, otherwise require a login if outside the LAN: real_ip_header X-Forwarded-For; # IPs trusted ...
Danny Beckett's user avatar
1 vote
0 answers
217 views

I'm trying to enable HTTP authentication for my zabbix server 6.0.20. I have an EC2 instance running on AWS, and I configured ALB using Cognito authentication. I updated the files /etc/nginx/conf.d/...
Marco Ferrara's user avatar
1 vote
1 answer
693 views

On one hand, RFC 7617 Section 2 clearly states that the parameter realm is REQUIRED in Basic authentication scheme: The Basic authentication scheme utilizes the Authentication Framework as follows. ...
A. Milto's user avatar
  • 2,373
6 votes
2 answers
1k views

Background: We use Bitbucket Server (soon to upgrade/switch to Bitbucket DataCenter). In our authentication setup, we have user passwords disabled (web auth is via a different means), so for Bitbucket/...
Nick Williams's user avatar
1 vote
2 answers
2k views

I'm really new to web development and I'm stuck trying to implement a simple HTTP auth in a project using actix-web. My needs are following: I don't want/need any databases for the auth. It's enough ...
Sntn's user avatar
  • 240
0 votes
1 answer
389 views

I installed APC status page script on my server to see APC status. This lets you set a username and password via HTTP Authentication to view more detailed information. Once logged in via HTTP ...
JM John's user avatar
  • 93
0 votes
0 answers
3k views

I am having a login page with "Username, Password" and "login" button. I am able to login with the username and password manually from the browser. In K6, through script, I am ...
Jey's user avatar
  • 2,127
1 vote
1 answer
492 views

I'm writing an install script that's supposed to download a private repository from GitHub: if Pat <> '' then begin Pat := Pat + '@' end; Url := Format('https://%sgithub.com/<MY_REPO>/%...
Woody1193's user avatar
  • 8,202
1 vote
2 answers
1k views

I have created a Webservice in Drupal 9 of the Pantheon (Locked) Site that I need to call from another domain. I have tried almost all the solutions I found but nothing is working. services.yml # ...
Sami Ahmed Siddiqui's user avatar
0 votes
1 answer
253 views

I am facing one problem that i am unable to login to the liferay website using JMeter. The problem i know already but don't know how to hanmdle it. I get to know that "p_auth" token is ...
Sanket Bumtaria's user avatar
0 votes
0 answers
1k views

I have a system implemented in php that has been working for years and uses head HTTP_AUTHORIZATION for logging. Now the hosting provider made changes to the server and the server does not receive the ...
dblanco's user avatar
  • 285
0 votes
1 answer
692 views

I am trying to simulate a scenario where two different users(with different credentials) log in simultaneously. This simulation will continue in a controlled number of iterations loop. I am using the ...
duge007's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
42