How do I pass a GitHub url Website string to display a specific web page in the Insomnia Preview Window #9294
Replies: 2 comments
-
|
Hi, Here’s how you can store and access a PDF via the GitHub API:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@smiller0924 there are several handy variable tag helpers you can use by opening the context menu in the URL (typically via right-click, or if your keyboard has a context menu button) then clicking on the selected tag. Here's a video showcasing the response body attribute tag that matches your use case: request_body_use.mp4 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am using Insomnia to generate a Response that does a Base64 Decode and displays a .pdf image in the Edge Web browser when I click the link in the 'Preview' Window:
Note: I removed image of my token, username, etc

I then click the "html_url" and my Edge Browser opens to display my document.
I would like to do the following:
Is this possible? Thank you for the help.
Beta Was this translation helpful? Give feedback.
All reactions