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

Questions tagged [thunderclient]

Rest API Client for VS Code

thunderclient
0 votes
1 answer
47 views

My Azure web app (rest node api ) works with a curl request in terminal but not with frontend or Thunder Client

I have a REST API deployed on Azure. When I'm making requests, other than curl, it is sending a 404 response, but when I make a request with curl the resource gets created and everything works. I also ...
Magdum pirjade's user avatar
1 vote
1 answer
21 views

Where to find Auth and Token URLs of an OIDC authorization server?

I have an API which uses a AWS Cognito User Pool connected to Google for authentication and authorization within a Spring Boot application. I am trying to interact with the Spring Boot application via ...
ryanmcfall's user avatar
2 votes
1 answer
59 views

With thunder client testing time, I am using jwt token, but I am getting error and unable to access authentication

When trying to check with thunder client with jwt token, I am getting error message "invalid token" Whatever Token generate successfully, but with this token I can't authenticate & ...
say's user avatar
  • 58
0 votes
1 answer
68 views

jwt authentication problem "Un-authorization user access" issuses with status code 401

When I am checking with Thunder client, it gives me jwt authentication problem "Un-authorization user access" issuses with status code 401 After JWT token generate successfully, it works ...
jam j's user avatar
  • 94
0 votes
1 answer
61 views

Thunder Client, encrypted password unable to login, Server Error Occurred

I am using Thunder Client for testing backend applicatoipn, I encrypted password and jwt token token generated. http://localhost:4000/login When trying to login it gives me message- Status: 500 ...
jam j's user avatar
  • 94
0 votes
1 answer
33 views

Thunderl Cient- Error: User validation failed: accountStatus: `SUSPEND` is not a valid enum value for path `accountStatus`., roles.0:

When I hit the route from Thunder Client the following error comes to my windows { "message": "Server Error Occurred" } Error: User validation failed: accountStatus: SUSPEND is ...
jam j's user avatar
  • 94
0 votes
2 answers
104 views

During testing with thunder client whole data coming but data not coming by specific id or parameter

I am working for a Backend application, When I am testing with Thunder Client data is not coming by id Here is the screenshot Error is [nodemon] starting `node server.js` Database Connected I'm ...
jam j's user avatar
  • 94
0 votes
1 answer
62 views

Thunder Client didn't show the value query parameter

I am using Thunder Client for testing code It works fine for full URL http://localhost:4000/api/v1/users But when trying it, with query parameter it does not give the result, it shows an error GET: ...
jam j's user avatar
  • 94
0 votes
1 answer
42 views

During testing time Thunder Client shows fake result for Authorization vs Bearer with same token

I am using Thunder Client for testing jwt token After login, Token generated successfully, Headers- Authorization- generated token I got error message { "message": "Invalid token&...
jam j's user avatar
  • 94
1 vote
1 answer
319 views

Postrequest from Thunderclient with application/x-www-form-urlencoded header

I am currently switching from Postman to Thunder Client in VS Code. Most request which I called from Postman worked without a problem in the Thunder Client. But currently I am stuck at a specific ...
Manuel 's user avatar
  • 803
0 votes
0 answers
36 views

Why is Thunder Client getting stuck processing a response back?

Here's my index.js below, This is the back end to a sneaker website I'm building. I'm not sure if this is the correct area i should be looking. My MongoDB is already connected to the database as well. ...
Damien Hebert's user avatar
1 vote
0 answers
142 views

How to solve NextJs Not Found error for api routes?

I have an api route api/notifications/route.ts import { NextResponse } from 'next/server'; import { v4 } from 'uuid'; import { pusherServer } from '@/lib/pusher'; import { notificationSchema, ...
Noor Fatima's user avatar
0 votes
1 answer
91 views

VSC Thunder client create hash

I'm trying to access the Marvel API at https://gateway.marvel.com/v1/public/. I'm a registered user with public and private keys. However, I'm currently only trying to retrieve a list of characters. ...
Fictor's user avatar
  • 23
0 votes
0 answers
73 views

How to fix Thunder Client Extension error

Why do I get this error in Thunder Client? How do I fix it? I just installed it, I also have Node.js globally installed. <!DOCTYPE html> <html lang="en"> <head> <...
floatU's user avatar
  • 11
0 votes
0 answers
253 views

Not be able to sent request to the Thunder Client from visual studio

I am currently grappling with an issue while using Thunder Client in Visual Studio Code, and I am seeking your expertise to navigate through it. The problem arises when attempting to send a request to ...
Niranjan Kumar Singh's user avatar

15 30 50 per page
1
2 3 4 5