You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My current app have a setting
connexion_app.app.url_map.strict_slashes = False which accepts both the URLS with or without trailing slashes when I define the openapi without slashes.
However with the connexion upgrade to 3.0 it works bit differently. The request with backslash is responded with a 307 redirect response with the URL without trailing backslash in the response location header.
What is the ideal way to do this setting with connexion 3.x?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My current app have a setting
connexion_app.app.url_map.strict_slashes = False which accepts both the URLS with or without trailing slashes when I define the openapi without slashes.
However with the connexion upgrade to 3.0 it works bit differently. The request with backslash is responded with a 307 redirect response with the URL without trailing backslash in the response location header.
What is the ideal way to do this setting with connexion 3.x?
Beta Was this translation helpful? Give feedback.
All reactions