python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Basic Authorization in Java | Apache CXF
I would like to implement SOAP requests in Java (Client side).
I already created a SOAP project in SOAP 5.6.1 to test and everything works well.
The requests need a Basic Authorization (with username ...
Mickaël Brás Dias
Votes: 0
Answers: 1
Basic Auth using Vite proxy
I tried to connect via basic auth to a URL using vite. Credentials are correct, but an empty form field opens up.
export default defineConfig({
base: './',
server: {
proxy: {
'/data': {
...
StephanB
Votes: 0
Answers: 1
How to get CSV file from URL with basic Auth using App Script?
I want to know if I'm missing something. I am using google's sample code from their Documentation:
var username = "myUserName";
var password = "myPsw";
var url = "http:/...
Richard Hearn
Votes: 0
Answers: 0
How to handle conflicting basic auth from NGINX reverse proxy with JWT auth from Django?
we have a standard Django web app running behind a reverse proxy.
I want to setup a two layer authentification : one from the nginx reverse proxy to shield the application (presently a HTTP Basic auth...

Sofian Lechani
Votes: 0
Answers: 0