Method GET not allowed for render-config #12633
-
Using the example code from the documentation, I am unable to get the render-configurations to work. When performing the request shown here: https://docs.netbox.dev/en/stable/features/configuration-rendering/ subsitiuting for my unique variables (token, etc) I get I have replicated the issue in Python, Postman and via the Web API. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
MajesticFalcon
May 17, 2023
Replies: 1 comment
-
The issue is that I am redirecting to fix http: -> https:, needed to update the URL so a redirect didn't happen |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MajesticFalcon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is that I am redirecting to fix http: -> https:, needed to update the URL so a redirect didn't happen