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
Uncaught SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
at JSON.parse (<anonymous>)
at Object.success ((index):1349:15)
at c (jquery-3.6.0.min.js:2:28327)
at Object.fireWith [as resolveWith] (jquery-3.6.0.min.js:2:29072)
at l (jquery-3.6.0.min.js:2:79901)
at XMLHttpRequest.<anonymous> (jquery-3.6.0.min.js:2:82355)
and the application/xml triggers certain Java EE frameworks (Jackson for example) to deliver XML instead of JSON by default if its in the accept headerline.
bulk88
added a commit
to bulk88/tinymta
that referenced
this issue
Dec 28, 2022
-dont use allorigins for subway anymore, getting XML instead of JSON
nowadays b/c Accept header can't be controlled
gnuns/allOrigins#116
-dumb.js rmv dup line, from day 1 on blame
bulk88
added a commit
to bulk88/tinymta
that referenced
this issue
Nov 30, 2023
-dont use allorigins for subway anymore, getting XML instead of JSON
nowadays b/c Accept header can't be controlled
gnuns/allOrigins#116
-dumb.js rmv dup line, from day 1 on blame
Since a few hours, I have the problem, that the below code snippet...
...fails with this error:
Is this maybe related to #115?
The code worked fine and as expected for the past months.
Could you please check, what's wrong here on the API side? Or did anything change?
The text was updated successfully, but these errors were encountered: