Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
95 views

I’m trying to find out whether it’s possible to implement Basic Authentication directly in YARP (Yet Another Reverse Proxy). If YARP doesn’t natively support Basic Auth, that’s fine — I’m mainly ...
Alternative's user avatar
-2 votes
1 answer
153 views

I am writing a playwright based crawler that encounters various Http Basic Authentication sites. I would like to detect these sites, abort the crawling, and catalog them as sites that I know to be ...
eshalev's user avatar
  • 3,313
0 votes
1 answer
102 views

I have a very simple data providing PHP script that uses basic authentication. if( !isset( $_SERVER[ 'PHP_AUTH_USER' ] ) ) : header( 'WWW-Authenticate: Basic realm="My Realm"' ); ...
theking2's user avatar
  • 3,098
0 votes
0 answers
117 views

With .NET and Selenium, I'm using Chrome drivers to navigate pages and retrieve their content. Consider the following code where I use basic authentication to retrieve a page content. I'm targeting ....
sfeng's user avatar
  • 105
0 votes
0 answers
181 views

Our web application is secured with HTTP Basic Authentication. For Chrome and Edge, we successfully bypass the authentication prompt by embedding the username and password directly into the URL like ...
umang narang's user avatar
1 vote
0 answers
203 views

I’m running into a strange issue with a POST request to an OAuth /oauth/token endpoint hosted by JobTeaser behind Cloudflare, and I’d like to know if there’s anything I should adjust in my C# code (...
Mathlan89's user avatar
0 votes
0 answers
46 views

I have the following C# code to initialize and to use a proxy server with Microsoft Edge WebView2 control (v.1.0.3179.45): var proxyAddress = ... var proxyPort = ... var proxyUserName = ... var ...
ShamilS's user avatar
  • 1,654
-2 votes
1 answer
113 views

I do struggle in adding Basic Auth side by side with JWT securing separate endpoints. I've tried multiple ways, also this from earlier posts Configure multiple authentication types wit spring security ...
AbdoCherry's user avatar
1 vote
0 answers
68 views

how can we create static users and assign various levels of access to these users using the basic_auth.ini file? [mlflow] default_permission = READ database_uri = <postgres-url> admin_username = ...
Kunal Negi's user avatar
0 votes
1 answer
200 views

I have an ASP.NET Core web application that is using Identity for authentication and authorization. This allows me to register users easily in the website and it all works as expected. However, the ...
mxcolin's user avatar
  • 115
0 votes
0 answers
60 views

I'm looking into implementing auth for a React/Node application using KeyCloak. Most of the tutorials I've followed introduce the following flow: User visits page User signs in to KeyCloak On ...
Ajtsh's user avatar
  • 59
0 votes
0 answers
48 views

I would like to know if what an old backend application that we use is wrong or not. This application uses basic auth to provide authentication. This means that every single request done towards its ...
frankieta's user avatar
  • 1,012
0 votes
1 answer
174 views

We are currently experiencing an issue with our configured SailPoint IdentityIQ Single Sign-On, which uses Basic Authentication. Issue Description First, the login button needs to be clicked multiple ...
john zuh's user avatar
0 votes
1 answer
267 views

I'm scraping real estate data from Bayut using Scrapy but can't extract thethe green tick (DLD-validated info) The information is fetched via a POST API with basic authentication. Calling the API in ...
Shashank Nakka's user avatar
1 vote
1 answer
131 views

I'm using Heroku with the Papertrail add-on to manage my server logs. However, I'm not satisfied with Papertrail’s UI and would like to pull logs locally using their API. To do this, I'm writing a ...
Pedro Delfino's user avatar
0 votes
1 answer
139 views

Trying to get basic_auth work for nginx in DDEV. I added a .ddev/nginx_full/auth.conf with the following content server { listen 80; listen 443; server_name dev.example.com; location ^...
barbieswimcrew's user avatar
1 vote
0 answers
102 views

I'm developing a custom API in Odoo and encountering an issue where my API endpoint returns the Odoo login page instead of the expected response. I have implemented Basic Authentication, but it seems ...
sarm's user avatar
  • 33
0 votes
1 answer
64 views

Can anyone tell me how I should programmatically construct an authentication request in GraphDB? In other systems I have made a basic authentication request by appending a base64-encoded username and ...
Ian Piper's user avatar
0 votes
1 answer
736 views

I am trying to develop an internal plugin in my backstage instance. I started with a simple plugin that retrieves data from an external API, but I encountered this error: "error": { &...
rewa's user avatar
  • 23
2 votes
1 answer
453 views

I'm trying establish a connection to a remote GRPC service (a Camunda Zeebe gateway) with basic authentication: client, err := zbc.NewClient(&zbc.ClientConfig{ GatewayAddress: ...
NotX's user avatar
  • 2,602
3 votes
1 answer
10k views

I have Python code that sends me email for notification. It stopped working around Oct 1st, 2024. I checked the error and it is pretty self explanatory: SMTPAuthenticationError: (535, b'5.7.139 ...
Difan Zhao's user avatar
0 votes
1 answer
554 views

I have an app that is still under development, yet it is already deployed and live on the server. To protect it from being visited by boots or humans who should not see it yet, I have enabled Basic ...
Matt Komarnicki's user avatar
0 votes
0 answers
67 views

On a Debian 12 machine I installed nginx (nginx/1.22.1). Because I still have Apache running, I changed the 2 listen directives in sites-available/default from 80 to 8000. Nothing else was changed. ...
notaverygoodprogrammer's user avatar
1 vote
1 answer
351 views

I'm using Laravel 11 with MongoDB for authentication. However, after a successful login attempt using Auth::guard('web')->attempt(), the authentication session is not persisting, and Auth::user() ...
laravel develper's user avatar
0 votes
1 answer
863 views

Issue Description: We are facing intermittent 403 errors when using valid access tokens for authentication. This issue affects multiple operations, including resolving Gradle dependencies and pushing ...
Lina Adamian's user avatar
0 votes
1 answer
1k views

During the CI pipeline of Project A, I am trying to clone another repository on our GitLab instance (self-hosted) by using the CI_JOB_TOKEN. I already use it successfully for accessing Git submodules ...
DorP's user avatar
  • 1
1 vote
0 answers
37 views

I have install solr 8.9.0 in cloud mode. I have created 2 shards. I have enabled the Basic Authentication using security.json. not use the authorization part. security.json { "authentication&...
vishal patel's user avatar
0 votes
1 answer
62 views

I need to add some custom logic like using a service to log my failed attempts or reset my failed attempts on successfull login. How do I do this with httpBasic ? So I need a failure handler and ...
Shaun Serrao's user avatar
0 votes
1 answer
83 views

I am getting an error as below while using REST API POST method, Basic Authentication. Error: Input is malformed. Reason: Could not get entity details for DandB Test. If this entity is a linked ...
Priyanka's user avatar
1 vote
1 answer
185 views

I have a page which requires Basic Authentication - for example https://authenticationtest.com/HTTPAuth/. What I want is to obtain the URL of this page before the users enter their credentials. In ...
helesfaigabor's user avatar
0 votes
1 answer
274 views

If I directly access a page that restricts access by Basic Authentication, the Basic Authentication dialog is displayed, but if I transition from another page that does not restrict access, the Basic ...
user21153351's user avatar
0 votes
1 answer
557 views

I'm using the express-basic-auth library to protect a route in my Express.js application. I want to ensure that the user's credentials are not stored in the browser's cache. Here's the code snippet I'...
Jaskaran's user avatar
0 votes
1 answer
46 views

I'm currently working on a Django project where I need to implement a mock authorization service to simulate the integration of an authentication system. The goal is to ensure that each API request is ...
Nimo Db's user avatar
  • 45
0 votes
0 answers
66 views

my goal is to expose web service soaps (post) under basic authentication (it is sufficient that the credentials are fixed and noted in the xml). I tried to configure the xml as follows but when I make ...
Ciccio Cappuccio's user avatar
1 vote
1 answer
342 views

I am using Microsoft Blazor with Hosted WebAssembly model for some applications. This means that the solution has three projects, the client, the server and the shared. I have already build one ...
Stavros Koureas's user avatar
1 vote
0 answers
37 views

I'm trying to fetch data from api, as always i need to secure my token that backend given. Using useRuntimeConfig that documentation of Nuxt given. But This always getting undefined value of token. &...
Ahmad Muzaki SA's user avatar
1 vote
1 answer
261 views

I'm setting up a playwright project and trying to store Basic auth for reusability in my tests using dependencies. The setup always passes, yet the example spec fails with the error page.goto: net::...
Otis von Lilien's user avatar
0 votes
1 answer
693 views

Some time ago I developed WebDAV functionality in my PHP application. In it, I used basic authentication to identify the user in the system. We respond to requests without authentication with the ...
Лёша Павлов's user avatar
0 votes
0 answers
72 views

I have spun up a very basic spring boot app and implemented authentication. I can login to the page through spring boot's login page. My security config is return https. ...
Quillion's user avatar
  • 6,496
0 votes
1 answer
72 views

I have test function to test whether user can login or not. I am using DRF's APIClient and logging in. When I do a get request to a protected API endpoint I get 401 response. I tried to print: print(...
Aibek Minbaev's user avatar
1 vote
1 answer
191 views

I applied basic HTTP authentication for Kubernetes Nginx Ingress, and the authentication works fine: user should enter login and password before opening some required URL. When the web-browser is, let ...
Volodymyr Nabok's user avatar
0 votes
1 answer
1k views

As a learner of playwright, I have a challenge with "dependency" and "storage state" features in playwright. I have two products that seems the login process is different on them. ...
Sara Sarvi's user avatar
0 votes
1 answer
366 views

I have an app where I need to authenticate using other website. Let me explain through scenario: Website is for (for example: hashnode.com). btw I can't mention the website as its privacy matter. It ...
Kamran Mansoor's user avatar
0 votes
0 answers
399 views

I'm a beginner with Spring Boot/Security. I'm having trouble getting a user from MySQL db for authentication with my custom login page. I have configured my custom UserDetailsService class, and I'm ...
dev7's user avatar
  • 1
2 votes
1 answer
130 views

I want to implement single password authorization instead of Basic-Auth in Mojolicious. I need the standard basic-auth field to be displayed, but to only ask the user for a password, without having to ...
Max's user avatar
  • 131
0 votes
1 answer
187 views

I need to perofrm some test for one website, but without vpn site requires Basic Authentication. How do i handle this using testRigor. I looking for some setting where i can pass basic auth credentail ...
Keshav Singh's user avatar
0 votes
1 answer
168 views

I have an app that I use to manage my e-mail account on outlook.com and send e-mail. The detail as to why isn't important, but it has been working for years without issue. Importantly - this is for a ...
Andrew17856's user avatar
0 votes
1 answer
542 views

Trying to run a simple test in cypress, where I navigate to a test website. The issue is, the basic authentication that is involved, only asks for a password, no username, and I cant seem to get it to ...
user23625907's user avatar
0 votes
1 answer
315 views

I've searched and have not found any answer that doesn't involved handling the credentials in webView(_:didReceive:completionHandler:) My goal is to render the same auth challenge that occurs in ...
Chris's user avatar
  • 354
1 vote
1 answer
45 views

how can I combine ApiKey with Basic Authentication? The API requires to pass ApiKeyby extending the Basic Auth Headers. Actualy pass 2 more headers in basic auth (apiVersion & apiKey) The manual ...
Elias Giannopoulos's user avatar

1
2 3 4 5
67