http-status-code-401 Questions

3

Solved

After lots of Googling and Stackoverflowing, it still isn't clear to me because many articles and questions/answers were too general (including 403 Forbidden vs 401 Unauthorized HTTP response...

13

When my backend server sends post requests to GCM servers I get an authorization error HTTP 401. I followed the steps described here: http://developer.android.com/google/gcm/http.html#auth_error ...

1

I'm using a WildFly application server that hosts a simple Frontend-Backend combination on my local machine. The Frontend is secured through the Keycloak JS adapter and the Backend is supposted to ...

7

I'm trying to use a batch file with WGET to download the public FCC file from here http://wireless.fcc.gov/uls/data/complete/l_micro.zip When I intially run the batch file with parameters wget -...
Chirurgeon asked 8/2, 2012 at 21:3

3

Solved

When I try sending email using the EWS API, I get the following error: (in message.Send();) The request failed. The remote server returned an error: (401) Unauthorized. My code is the followin...

0

Been stuck on this for a few days now. Trying to obtain access token from an API with oauth2 authentication. But I keep getting '401 Unauthorized', "Full authentication is required' My gues is i'...
Fend asked 30/5, 2018 at 17:39

3

Solved

I have an intranet project written in MVC 4 which uses Windows Authentication to authorise and authenticate users. I need to add a 'Login as another user' functionality. After some searching I fo...

0

We use Basic Auth for the login system of our web product. Normally, when an Api call is made from the web and no authentication is present, the browser (Chrome, Firefox, or IE) would prompt for a ...

2

Solved

I'm building an ASP.NET Core 2.0 website using MVC and WebAPI to provide access to a series of microservices. Where a WebAPI controller requires a user to be authenticated and authorised (using the...

2

Solved

As shown in image when i am trying to run https://www.example.com/Push_Order.php?orderId=1562 It gives me 401 Unathorized error. But when I run this Url in browser it run well. Any Idea where is m...
Horvitz asked 3/5, 2016 at 13:27

7

Solved

We have here an asp.net 3.5 application using NTLM based windows authentication. The system runs on a private network that actually distributed over different geographic places (connected via VPN)....
Angelicaangelico asked 3/8, 2009 at 13:58

2

Solved

I'm building a SPA with AngularJS with communication to a service (JAVA). When user sends his username/pass, service sends back both: Acces token and Refresh token. I'm trying to handle: if I get ...

4

Solved

I am overriding Devise's failure response so that I can set a 401 status code. However, when the user fails to sign in, they are redirected to a page with a "you are being redirected" link. If I re...

1

I am struggling to access the Dynamics 2016 CRM OData Web APIs from a console application. We have Dynamics CRM 2016 installed, configured with Claims-based authentication, and using AD FS v3.0. ...
Funicular asked 30/5, 2016 at 7:38

1

Solved

I have been trying to make a GET request to the National Park Service API with axios and have tried several ways to set my API key in the request header to no avail. Any assistance will be greatly ...
Rancourt asked 25/3, 2017 at 8:10

0

I would like to redirect to my home page again if the authentication failed, since the authentication fails with basic authentication from ngnix even if you press cancel and do not even try to auth...

1

Solved

When i try to connect to an unauthorized URL i get in Chrome: zone.js:1274 POST http://localhost:8080/rest/v1/runs 401 (Unauthorized) core.umd.js:3462 EXCEPTION: Response with status: 401 Unauthor...
Rugging asked 5/10, 2016 at 10:0

5

I designed a webservice to perform a task if request parameters are OK, or return 401 Unauthorized HTTP status code if request parameters are wrong or empty. I'm using RestTemplate to perform a te...
Naturism asked 14/3, 2013 at 8:44

2

Solved

I'm using OkHttp 2.3 with basic authentication requests, according to OKHttp docs, it automatically retries unauthenticated requests, but whenever I provide invalid credentials, the request takes t...
Polemist asked 5/4, 2015 at 10:53

5

Solved

I have a .NET 2.0 website (VB) running in my IIS6 (XP Pro SP2) and a .NET 3.5 (configured as .NET2 under IIS's ASP.NET tab, of course) hosting an ASMX web service. In Chrome, I can call the ASMX a...
Compte asked 19/7, 2010 at 16:5

2

Solved

I'm using Java to access a HTTPS site which returns the display in an XML format. I pass the login credentials in the URL itself. Here is the code snippet: DocumentBuilderFactory dbf = DocumentBui...
Janinajanine asked 7/5, 2012 at 9:10

3

Solved

Iam trying to authenticate to https url , but iam getting exception . Below is code. import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStre...
Zakaria asked 1/7, 2012 at 18:51

2

Solved

I've been charged with implementing an objective-c based iOS query of the Azure DocumentDB system using the REST API scheme. Utilizing the code found on github, specifically https://github.com/Azur...

7

Solved

I have a large enterprise application containing both WebForms and MVC pages. It has existing authentication and authorisation settings that I don't want to change. The WebForms authentication is ...

5

Solved

I am writing an application that uses RoboSpice. In the request listener onRequestFailure( SpiceException arg0 ) is there a way to know for sure that the error was a result of a 401 HTTP Error occu...
Tragedienne asked 13/2, 2013 at 22:31

© 2022 - 2024 — McMap. All rights reserved.