Replies: 1 comment
-
|
Nope, we use the same behaviour as Python's I don't think you'd be able to get unquoted slashes with You can preserve the style if you construct the URL string explicitly, tho, for example.... url = f"/dashboard/appliance/{device_name}/live?command=bgp/neighbors/{routing-instance}" |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I execute the snippet below the slashes in the params are being converted to %2F which is breaking the API calls.
What is being sent is the following which results in a 404.
Is there a way to prevent this from being converted?
Beta Was this translation helpful? Give feedback.
All reactions