Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to run a pre-request script to run against an environment.
Usually, environments are reachable via https, but not localhost.
I have tried to find a number of "instances" that might contain that information, but I have been unable to do so.
debugger
does not stop for processing in devtools, and I cannot see output any ofcommands.
There is also https://altairgraphql.dev/docs/features/prerequest-scripts#altair-log, but there is actually no documentation, or example of "where does this land in".
Retrospectively, maybe I could make
scheme
a globalhttps
variable, and override it in thelocalhost
environment (and use that variable).... but it does look something like "easy" to introspect in the context of a request.
Beta Was this translation helpful? Give feedback.
All reactions