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
I'm troubleshooting some issues currently, and I found that if I don't set ignoreUndocumented to true, my OPTIONS requests get blocked and return 405.
However, I have projects using older versions of the library that did not require that setting, so I was wondering if maybe along the way the default value for ignoreUndocumented changed from true to false.
If not then something else in my configuration is causing this behavior I suppose.
The text was updated successfully, but these errors were encountered:
Glad you sorted it. Sounds like this can be closed?
As far as I am concerned, yes, since it's a side effect of bad configuration, but I wonder if it's normal still that this library would attempt to validate an OPTIONS request.
Hi,
I'm troubleshooting some issues currently, and I found that if I don't set ignoreUndocumented to true, my OPTIONS requests get blocked and return 405.
However, I have projects using older versions of the library that did not require that setting, so I was wondering if maybe along the way the default value for ignoreUndocumented changed from true to false.
If not then something else in my configuration is causing this behavior I suppose.
The text was updated successfully, but these errors were encountered: