Skip to main content
Best practices
0 votes
0 replies
26 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
2 answers
54 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
170 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
214 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
118 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,143
0 votes
0 answers
125 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
232 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
243 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
52 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,674
-2 votes
1 answer
120 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
73 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
338 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
220 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
343 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
153 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

15 30 50 per page
1
2 3 4 5
222