Use Features in the Kong Insomnia GUI | Generated by AI

Home PDF

Kong Insomnia provides a robust graphical user interface (GUI) to simplify API development. Below is a detailed guide on how to use params, body, auth, cookies, certificates, settings, and proxy within the Insomnia GUI.


1. Params (Query Parameters)

Query parameters are used to append data to the URL, typically for GET requests.


2. Body

The body is used to send data with requests like POST or PUT.


3. Auth (Authentication)

Authentication settings allow you to include credentials or tokens in your requests.


4. Cookies

Cookies are managed automatically but can be viewed or edited manually.


5. Certificates

Client certificates are used for HTTPS requests requiring mutual TLS authentication.


6. Settings

Settings allow you to customize Insomnia’s behavior.


7. Proxy

Proxies route your requests through a specified server, useful for debugging or corporate networks.


Summary

Here’s a quick recap of how to use these features in the Insomnia GUI:

By leveraging these features, you can efficiently test and debug APIs in Kong Insomnia. Experiment with each section to tailor your workflow!


Back 2025.02.28 Donate