Kong Insomnia returning error when calling GitHub Web Service to decode a Base64 Response to display PDF #8515
Replies: 2 comments 1 reply
-
Hey @smiller0924, could you reach out to us at [email protected]? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Vivek,
I have opened a case with Insomnia Support. I made sure to include the
Discussion Title and Number 8515 in the email. I received an email
acknowledging the receipt of my email.
I am trying to migrate everything from Postman to Insomnia. This is one of
the last things that I need to do in order to complete the migration.
Thank you for your assistance on this.
Stephen Miller
…On Mon, Mar 31, 2025 at 8:08 PM Vivek Thuravupala ***@***.***> wrote:
Hey @smiller0924 <https://github.com/smiller0924>, could you reach out to
us at ***@***.***?
—
Reply to this email directly, view it on GitHub
<#8515 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZZHLVUH7CVCOKJNZMDACCL2XHKJHAVCNFSM6AAAAABZV6A3OSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRYGIZTAMI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using Postman for a while to decode a PDF returned to me via another web service as Base64. The Key look up field is a tracking number returned in the same Web Service as the one that I am getting my Base64 encoded PDF. Here is what it looks like in Postman:
I can click the ""html_url": "https://github.com/smiller0924/github-api-document/blob/main/BOL_794862909472.pdf"," and it will take me to my GitHub Page to display my Bill of Lading:
When I try to use Insomnia to same way:
I get the following error:
`* Preparing request to https://api.github.com/repos/smiller0924/github-api-document/contents/BOL_794862909510.pdf
| (64 KB hidden)
< HTTP/2 403
< cache-control: no-cache
< content-type: text/html; charset=utf-8
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< x-content-type-options: nosniff
< x-frame-options: deny
< x-xss-protection: 0
< content-security-policy: default-src 'none'; style-src 'unsafe-inline'
HTTP error before end of send, stop sending
Received 252 B chunk
TLSv1.2 (IN), TLS header, Supplemental data (23):
HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
Connection Replace Loki with POJSO #16 to host api.github.com left intact`
I'm not sure why this works in Postman but not Insomnia. If anyone has any ideas I would appreciate the assistance.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions