Skip to main content
Best practices
0 votes
1 replies
67 views

I am wondering where I should put http basic auth delegate methods in my xcode project, given the conditions below. xcode 14.0 objective-c it has a tab bar controller, which has four view controllers....
doctor's user avatar
  • 145
1 vote
1 answer
59 views

I'm working on a Spring Boot application packaged as JAR, with Thymeleaf templates too. I have these URLs: /app/endpoint : REST API with several request mappings with JSON output. /app/login : ...
Pestro's user avatar
  • 145
5 votes
1 answer
232 views

I've been debugging for several hours an issue with one of my web applications that actually seems to be browser-dependent. The issue was that if a user logged in with the "wrong" ...
InterLinked's user avatar
  • 1,546
-2 votes
1 answer
241 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,312
0 votes
1 answer
131 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,151
0 votes
0 answers
129 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
265 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
256 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
-2 votes
1 answer
127 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
76 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
416 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
1 answer
238 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
389 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
166 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
181 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 ^...
user avatar

15 30 50 per page
1
2 3 4 5
222