Skip to content
Giacomo_Lanzi
Giacomo_Lanzi
@giacomo_lanzi
Active Member
Joined: Aug 4, 2025
Topics: 1 / Replies: 8
Reply
RE: Making GET requests with body/payloads

I understand that GET requests are not intended to have a body, but this is what I'm working with, unfortunately. I'll check with the vendor if ther...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

It seems that in callin.io, the Authorization header field is completely hidden within the log. This behavior is also observed with other modules from...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

Here's a screenshot of the Headers data from Insomnia (as far as I know, there's no way to get raw headers): 2022-04-25_07-50-182066×1426 281 KB ...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

Hi Luke, Thanks for your assistance. Here’s what I’ve attempted: Added the Content-Type to the module’s headers, mirroring the setup in Insomnia....

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

Could you clarify what you mean? Are you suggesting configuring the app module with static elements? I attempted this, but the outcome was the same.

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

The authentication model is OAuth2, and it functions correctly for all other modules of the same application, which my scenarios utilize daily. Give...

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

Yes, using Insomnia, with the same URL, I am able to get a response from the server.

3 years ago
Forum
Reply
RE: Making GET requests with body/payloads

Certainly! Here is the code from the custom application: { "url": "/trackDelivery", "method": "GET", "qs": {}, "body": { "...

3 years ago
Forum
Topic
Forum
Replies: 19
Views: 19