SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

CORS handling on the codes #127

Closed BryceStevenWilley closed 1 year ago

BryceStevenWilley commented 1 year ago

When trying to make a tool to better facilitate searching through codes, I quickly ran into the fact that our server doesn't allow cross-origin access from JS in the browser, which we might use for such a solution. There's no reason JS in the browser shouldn't be able to access any of the codes endpoints.

The solution from stackoverflow was what I went with.

It'd be a bit more complicated to try to allow e-filing submissions entirely through JS in the browser though, so I'm hesitant to dive into that.