Workflow tests: http headers not available in pre request middleware

Just tried to set up a workflow test to test my Xano API.

I use the "Run API Endpoint"-function in my test, and specify the endpoint, headers and input.

All my API endpoints has a pre-middleware that validates the api key. However, when I debug the middleware, the $http_headers object is empty, regardless of what I send in.

Maybe a bug?

2 replies