Karytonn
Karytonn
How did you manage to solve it?
@jerrygreen I don't even know how to thank you, thank you so much! Thanks for your time spent! 🙏🏼
@jerrygreen Unfortunately, even releasing access to all origins, I get a CORS error That's what I tried: ```typescript const headers = new Headers({ 'Content-Type': 'application/json; charset=utf-8', 'Access-Control-Allow-Origin': '*' }) "/simulation":...
@jerrygreen thanks for the light! This was missing: ````typescript headers.set('Access-Control-Allow-Origin', '*'); + headers.set('Access-Control-Allow-Headers', '*'); + headers.set('Access-Control-Allow-Methods', 'GET,POST'); ```
> Faz a extensão do Firefox funcionar no android Obrigado pela sugestão, vou adicionar ao roadmap de validação e caso se torne um update então o informo aqui.
Hoje foi linkar o TabNew com meu site e percebi essa mesma necessidade, nesse caso estou pensando em consumir os dados via API (TabNewe é API First 🤩🚀💯) e formatar...