traeak commented on issue #12525:
URL: 
https://github.com/apache/trafficserver/issues/12525#issuecomment-3323876695

   it would be more like:
   
   header_rewrite.config:
   ```
   cond %{SEND_REQUEST_HDR_HOOK}
   set-header Authorization <>
   ```
   
   remap.config:
   ```
   http://remap.from http://remap.to @plugin=header_rewrite.so 
@pparam=header_rewrite.config
   ```
   
   You can tell curl to print out an http request as its seen on the wire.  You 
can inspect that to determine what the set-header directive should look like.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to