|
|
|
|
|
by echelon
2147 days ago
|
|
Oh man, I thought I had this CORS stuff sorted. Thanks for the help and info! I'm using version 84.0.4147.89 (Official Build) (64-bit) and getting back responses. I got the following response headers: access-control-allow-origin: https://vo.codes
content-length: 151689
content-type: application/json
date: Mon, 27 Jul 2020 15:55:37 GMT
vary: Origin
x-backend-hostname: tts-group-1-965d444f5-7kvkm
I'll try to dump the cache and reproduce.edit: I must have an old browser. It works everywhere I'm testing it. CORS is hard. :( |
|
I switched to Safari and Disabled CORS, but a 500 error is coming back now. So maybe the 500 response is the root cause, and the error handler is not returning CORS headers, masking the issue on Chrome.
Edit: by putting in a shorter input (sentence rather than paragraph) I was able to get a response.