I need to add an authorization header for a target server, e.g. http-request add-header Authorization Bearer\ MYTOKENDATA
where MYTOKENDATA is read from a file for each proxy message. (MYTOKENDATA is written asynchronously to the file by another process.) How to do this in HAProxy? thanks, Jeff

