Skip to main content
Filter by
Sorted by
Tagged with
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
1 answer
86 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,987
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
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
0 votes
1 answer
382 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
1 vote
1 answer
490 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
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
1 answer
690 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
5 votes
1 answer
1k views

I am mounting a Flask app as a sub-application in my root FastAPI app, as explained in the documentation Now I want to add an authentication layer using HTTPAuthorizationCredentials dependency, as ...
Luiz Tauffer's user avatar
0 votes
1 answer
923 views

I have a custom security module for Java EE applications. It follows the JSR-375 specification and it provides its own IdentityStore, as well as a custom HttpAuthenticationMechanism* and a ...
GeoMldr's user avatar
  • 78
0 votes
1 answer
1k views

I'm sending a POST request using RestSharp in C# which requires digest authentication (using package RestSharp.Authenticators.Digest). When I use client.Authenticator = new DigestAuthenticator("...
Vedant Joshi's user avatar
0 votes
3 answers
440 views

I'm trying to make a login system on angular with a PhP backend. When people login, this is the PhP script called : // here check for good request $account = // found the account thanks to PDO $...
Elikill58's user avatar
  • 5,045
0 votes
1 answer
660 views

What is the correct way of using HTTPBasicAuth to redirect to a login page? As of now, it always takes me to the verify_password function, and I'm shown a popup asking for username and password. ...
Nav's user avatar
  • 20.8k
0 votes
1 answer
300 views

I really like the browser's native auth dialog. Not something written in html form, but the dialog the browser shows for "WWW-Authenticate: Digest" header etc. Now I want to give user this ...
越鸟巢南枝's user avatar
1 vote
0 answers
144 views

I have a SOAP-Server (created with WebServer Wizard in C++Builder 10.3). I use HTTP Basic Authentication to login. I can see and check user/password either in TIdHTTPWebBrokerBridge::...
Julia's user avatar
  • 11
0 votes
2 answers
1k views

An HTTP GET returned: "Access-Token": "<Long Hex Access Token>", "Refresh-Token": "<Long Hex Refresh Token>" I need to send those in the header as ...
Kalcifer's user avatar
  • 1,739
0 votes
1 answer
468 views

I am trying to make an http post request in Python. The http that I am posting to requires an authorization. For security, I have replaced the real url, data and authorization. When I run the code ...
ENV's user avatar
  • 1,342
1 vote
1 answer
240 views

According to the RFC6750, the HTTP Authentication Scheme should be 'Bearer'. But this GitHub doc uses 'token' as the scheme. I've tried both and it seems that both of those two are working. My ...
callofdutyops's user avatar
0 votes
0 answers
268 views

I have the following problem: I want to access a picutre (Motion Stream on Raspberry Pi) which is secured by http authentication. To don't show the password in plain html code, I use this in html: <...
Marcel21's user avatar
0 votes
2 answers
2k views

How can I send Id and password means basic authentication to below code. I mean where I need to put id/pass in below code? My API needs basic authentication const https = require('https'); https.get(...
Shruti sharma's user avatar
2 votes
2 answers
1k views

I am trying to make a HTTP (Get/Post) call in Azure Logic Apps ? The called service is on-premise (it's in fact a webservice) and it supports NTLM Authentication. I can reach the service via postman (...
user1872757's user avatar
2 votes
2 answers
717 views

I want to use HTTP basic authentication to password protect the status callback endpoint for programmable sms. On the initial request from Twilio, which does not have a Authorization header, I send ...
miazima's user avatar
  • 65
2 votes
1 answer
1k views

I am new to google cloud functions and try to restrict access to my function by only requests from dialogflow webhooks. I see two options in gcloud console: allow unauthenticated requests and restrict ...
Evgeniy's user avatar
  • 23
0 votes
1 answer
121 views

I have just moved our Trac environment from one server to another. They are both running Ubuntu 18.04 with Trac 1.2.5 on Apache. I use account manager with .htdigest authentification. With Firefox, ...
Andreas's user avatar
  • 347
0 votes
1 answer
121 views

Imagine I need to provide a secure endpoint with private data. Consider user1 with password1234. Is there any difference in security between: https://website.com/myendpoint/user1/password1234 https://...
Vojtěch's user avatar
  • 12.5k

1
2 3 4 5
13