Questions tagged [insomnia]

Insomnia is a desktop client for interacting with HTTP-based APIs.

Insomnia is a desktop client for interacting with HTTP-based APIs. It runs on macOS, Windows and Linux.

Web page: https://insomnia.rest/

203 questions
0
votes
1 answer

Why Insomnia started to not recognize Cyrillic words?

I use Insomnia as a REST client. But it started to not show Cyrillic words properly. Below you can see how it shows them: English words are ok. It used to work with Cyrillic words perfectly. I don't know what went wrong since. May be I changed some…
neo
  • 1,314
  • 2
  • 14
  • 34
0
votes
1 answer

How to use swagger pet example?

I try to use this swagger http://petstore.swagger.io/#/ with API Rest client like Insomnia or Postman. The problem i must to set an "API key" to use API but where ? In Insomnia i can set this authorization settings but which use ?
Thibaut FAURE
  • 107
  • 1
  • 2
  • 13
-1
votes
2 answers

@ControllerAdvice not working for Kotlin Spring Webflux

I'm writing a simple Kotlin Spring Boot Webflux application. I now want to add some Exception handling which isn't showing the message no matter what I try out. When I run the application in debug mode in Intellij, I can see it actually gets to my…
Sammy65
  • 627
  • 2
  • 12
  • 28
-1
votes
1 answer

Using API-Endpoint from website allways get invalid response?

i try to use the api-endpoint from this site: https://horoguides.com/hk/watch_finder I searched for the api-endpoint in the network-tab and try to rebuild this api-access with the following code: import requests url =…
Rapid1898
  • 895
  • 1
  • 10
  • 32
-1
votes
2 answers

Difficult to setup an API Authorization request

I'm not too familiar with API requests and I'm having a hard time trying to set up the below authentication. I have tried Postman and Insomnia but I don't know how to fill out the information requested by the software with the information I have…
Flib
  • 165
  • 3
  • 14
-1
votes
2 answers

How to implement async / await

I would like to know how do I return a new array of objects in response.json () to be visible in insomnia. I am receiving various information from an API and the goal is to return to my frontend just an array of objects within the response.json ()…
-4
votes
1 answer

POST request unauthorized

I am working on a RestAPI endpoint for generating random values with Spring Boot and Bouncy Castle. I also have basic Spring Security activated. When i make a GET request with the right credentials, everything works fine and the random value gets…
Sinnedkid
  • 29
  • 6
1 2 3
13
14