© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Bob Maher
Designer | Coder
Are there secure ways of getting around CORS?
Rafael Zomer Antunes
Fullstack Developer
(just additional information)
Like @josfaber said, isn't secure if you open your data to all origins (*), so, to get around it if you don't know exactly where is the origin of the requests you can create some kind of TOKEN api.
Rafael Zomer Antunes
Fullstack Developer
(just additional information)
Like @josfaber said, isn't secure if you open your data to all origins (*), so, to get around it if you don't know exactly where is the origin of the requests you can create some kind of TOKEN api.