liuwenzhi0318 commented on issue #9292:
URL: https://github.com/apache/apisix/issues/9292#issuecomment-1505005266

   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": [
    {
       "_meta": {
         "disable": false
       },
       "algorithm": "uuid",
       "header_name": "X-A-A",
       "include_in_response": true
     },
     {
       "_meta": {
         "disable": false
       },
       "algorithm": "uuid",
       "header_name": "X-B-B",
       "include_in_response": true
     }
   ]`
   


-- 
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