HTTP-Route & preprocessor
I'm trying to built a little API proxy (filter the content before the client gets it) using windmill and stumbled upon issues/questions i can't find the answers to:
- Do HTTP routes somehow support wildcards/catch-alls? Would come in handy, since my little API proxy needs to handle requests to different endpoints but needs to be transparent for the client aka act like the client is talking to the upstream API. Otherweise i would have to create multiple HTTP triggers, which is fine, but not as convenient.
- If i set the http route to Authentication No Auth, is the Bearer token not forwarded to the preprocessor, so i can evaluate it there?
0 Replies