jexia/semaphore

HTTP access control allow headers

jeroenrinzema opened this issue · 0 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