jexia / semaphore

Take control of your data, connect with anything, and expose it anywhere through protocols such as HTTP, GraphQL, and gRPC.

Home Page:https://jexia.github.io/semaphore/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP access control allow headers

jeroenrinzema opened this issue · comments

It would be nice if the HTTP transport listener could return the accepted headers inside a flow if any header values are configured.

flow "greeter" {
  input "query" {
    header = ["Authorization", "Timestamp"]
  }
}
Access-Control-Allow-Headers: Authorization, Timestamp