Redirecting Users and Combining HTTP API with HTTP Server in Effect Typescript
Hi, I've just started to refactor a small express app with the Platform HTTP API. I have one endpoint in which I would like to redirect the user for an OAUTH2 flow. In express it looks like: response.redirect(decodeURIComponent(redirectUrl)) Is that possible in the HttpApiBuilder or in the HTTP Server? I also wonder if it is possible to combine the HTTP API and the HTTP Server on the same port? Thank you in advance.
