Orbit eTOG Listing Service: RFC-44 API Access and Alternative Frontends
Description:
Comments:
- Alison LTD is on it
- API is deployed but it has no docs and i don't want to write any ask Olive if you really care
- CORS is hardcoded to alice's site right now cuz im a hoe but that could be changed too just ask niceys
- allow origin http://localhost:5137 plsss for my local vite dev server plssssss
- oops 5173
- who is this ^?
- alice. when debugging locally the origin is localhost, for vite dev server it defaults to :5173. it shouldnt pose any security risk because CORS is to prevent sites from excessive credential/secret sharing, but if youre running something on localhost you should already know what youre doing
- sure I can do that I will need to do some hacking though because the CORS implementation I'm using seems to want you to use Access-Control-Allow-Origin: * for multiple allowed origins which specifically doesn't allow authenticated requests :/
- u can also get the origin to allow from the preflight but I might have to write some code to do it manually
- http://localhost:5137 should work now
- I authorized all localhost origins but if you're writing something let me know when you deploy it and i can authorize it's real web address. Keeping it a little locked down for now
- as u should
Home