python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to differentiate the statuscode 401 of a page pre authentification and after closing the promtp?
so i have a webpage with a login section. Login is done with .htaccess and .htpasswd file. That works fine. Now i need to style or customize the "unauthorized" page that results after closin...
Aleksandar Trisic
Votes: 0
Answers: 1
REST API with basic auth method doesn't work when trying to use inherit
Ive got a rest api that connects with a MQ queue. Im using the IBM tools such as App connect enterprise, and MQ Explorer of IBM.
The thing its that when I send rest, using basic mode, the request resu...
Augusto Occhiuzzi
Votes: 0
Answers: 0
How to get data response when Exception produced using the new V107 RestSharp c#?
i am using the new RestSharp V107 version with net 5.0.
I am calling a custom Web API. This Web APi, when the request is not authorized responses with an httpcode 401 and this information in the body ...
Santiago Saiz Garcia
Votes: 0
Answers: 1
How to prevent the display in the logs of error when using angular httpClient.get?
I've the following method:
retrieveAccessToken() {
this.httpClient
.get(environment.backendUrl + 'accounts/refresh-token')
.subscribe({
next: (response) => {
thi...
J4N
Votes: 0
Answers: 3