Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [unauthorized]

If referring to the HTTP error code "401 Unauthorized", use "http-status-code-401".

unauthorized
0 votes
1 answer
24 views

Getting Unauthorized Error in some JMeter Samplers after recording script

I am new to JMeter. I have been working as a ServiceNow Tester and have been instructed to learn JMeter for performing performance testing on SerivceNow applications. I have been practicing it on my ...
ankita dutta's user avatar
0 votes
1 answer
33 views

Tweepy search on X (Twitter) keeps returning 401 Unauthorized error

I'm trying to retrieve some sample recent tweets from X using Python's Tweepy package. I am authenticating my API call with API Key, API Key Secret, Access Token, and Access Token Secret generated ...
Ambar Nag's user avatar
-1 votes
0 answers
70 views

what is unauthorized 401 error in appwrite and how to solve it

I am sufferinf from error message 401 in appwrite , I am using the appwrite SDK as a database and I am beginner on appwrite , I am not too much familiar with appwrite, so please help me to understand ...
Kunal Jadhav's user avatar
0 votes
0 answers
39 views

User Authorization Issue Flask

The code below, it shows the download url in the response but if I try to download from the Download button, it has {"error_code":31326,"error_msg":"user is not authorized, ...
test services's user avatar
0 votes
0 answers
37 views

Access failed from postman to the Weblogic routing on public URL

I have installed an ear in the Web-logic managed server and I want to access that ear with the public URL. But the issue is I am getting the error Unauthorized 401 What I am trying to do is hit the ...
Saud's user avatar
  • 1
0 votes
1 answer
294 views

Getting 401, when trying to triggered power automate(Http triggered) flow from streamlit app

I have tried below code to triggered the power automate flow: def get_access_token_powerAutomate(): tenant_id = os.getenv("TENANT_ID") client_id = os.getenv("CLIENT_ID") ...
Pam's user avatar
  • 15
0 votes
1 answer
90 views

Private NuGet Source Feed 401 Unauthorized - Rider / SourceTree (Git Credential Manager) -> after migrating Microsoft account domain

I've got recently account domain changed (e.g. from [email protected] to [email protected]) and everything is correctly set up in Microsoft Azure DevOps and I can login into Azure DevOps, ...
Arekadiusz's user avatar
0 votes
2 answers
54 views

Pass API key through HttpClient (C#)

On Postman I successfully posted a request with the followiong parameteres: When I try to make the request with C# I get an unauthorized error maybe because I can't pass the key value through the ...
Pspl's user avatar
  • 1,464
0 votes
1 answer
32 views

In MongoDB 'show dbs ' command show mongodbserver[unauthorized ]

enter image description here i did my installation with help of YouTube tutorial. after that in my cmd i typed mongosh , it shows perfectly as show in the tutorial and then i write 'show dbs' command ...
MR.Learner's user avatar
0 votes
1 answer
216 views

Spring boot 401 Unauthorized on Post Request for authentication

i'm using spring boot as an api and i'm testing with postman , i tried to implement spring security authentication with roles using the following configuration : public SecurityFilterChain ...
Youssef Elhejjioui's user avatar
1 vote
1 answer
184 views

Unauthorized error when logging in with IdentityModel.OidcClient

I am responsible for the development of a cross-platform application that must log in with OpenID. This application is developed in Xamarin.Forms, but I have to migrate it to MAUI. To log into the ...
Jon's user avatar
  • 1,001
0 votes
1 answer
25 views

Is there any correlation between '401 (Unauthorized)' and 'deserializeuser not called'?"

http://localhost:3005/api/users/survey 401 (Unauthorized) client - "This code is for displaying a modal when the user hasn't completed the survey." useEffect(() => { async function ...
Minyeong Jeong's user avatar
0 votes
0 answers
91 views

error "401" unauthorized_client while requesting for refresh and access token using authorization code

I am trying to get refresh token and access token from OAuth2 using the authorization code. But I am repeatedly getting unauthorized_client error as response. I have configured the consent screen and ...
sai vignesh's user avatar
0 votes
1 answer
84 views

Unauthorized Error while using CLoud Config Spring Security and Eureka together

I have been trying to run my Eureka server and Cloud config together, I'm using Spring Boot 3.1.3 and Spring Cloud version 2022.0.5. Since a lot of things get deprecated I updated my code and got ...
MAYANK DEVRANI's user avatar
0 votes
0 answers
23 views

Mailgun 401 forbidden

send email with react, node using mailgun I try to send a email message by using mailgun. I use node.js (nest.js) and this is my js file. What should I change? I got this Error Unauthorized, forbidden ...
kritima khanal's user avatar

15 30 50 per page
1
2 3 4 5
35