Sn0rt commented on issue #9292:
URL: https://github.com/apache/apisix/issues/9292#issuecomment-1505013253
> I hope that the official add header plug-in can realize this function. I
think this function will be very practical.
>
> Compared with the request-id plugin, the code is similar to this
>
> ```
> "plugins": {
> "header":[
> {
> "algorithm": "uuid",
> "header_name": "X-A-A",
> "include_in_response": true
> },
> {
> "algorithm": "uuid",
> "header_name": "X-B-B",
> "include_in_response": true
> }
> ]
> }
> ```
This is very clear, I can understand it.
You need two custom headers, whose value is automatically generated by the
plugin (request-id).
Your scenario may be that different components consume different http
headers.
Am I right?
--
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]