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
We identified a possible regression bug related to the "no content" bug
Basically if the json returned is invalid, in previous versions you got the response back
anyway but it told me that it was not able to parse it, now i yust get "no content"
For security reasons we prefix our json responses with
)]}',
{"header":{"code":200,"text":"OK","version":"1.0"},"data":"some data"}
The text was updated successfully, but these errors were encountered:
ok, we figured out that the thirdparty libs are not relaiable so the only option would be to force the ui to use jquery, meaning set the option useJQuery : true in the SwaggerUI constructor on the index.html
Hello,
Refr @webron @ponelat
We identified a possible regression bug related to the "no content" bug
Basically if the json returned is invalid, in previous versions you got the response back
anyway but it told me that it was not able to parse it, now i yust get "no content"
For security reasons we prefix our json responses with
)]}',
{"header":{"code":200,"text":"OK","version":"1.0"},"data":"some data"}
The text was updated successfully, but these errors were encountered: