You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1. The work to do this should be relatively straightforward. The only thing that I'm concerned about is if those headers are used to communicate secrets. If that's the case, we don't want to encourage people to hardcode secrets into their policies.
Work required:
Update topdown/http.go#executeHTTPRequest to pull headers out of the input object provided to http.send and construct the http.Request headers.
It would be handy if http.send supported passing headers.
The text was updated successfully, but these errors were encountered: