Is there an existing issue for this?
Current Behavior
The custom header in the request template was added to the request builder without replacing the value of the header.
Expected Behavior
When adding custom headers from the request template to the request builder, the value of the header needs to be replaced.
Steps To Reproduce
- Include "headers" array in requestTemplate with header value containing "{{.key}}".
- Ensure inputJson has a matching key with a string value.
- Placeholder "{{.key}}" is replaced using inputJson before adding header.
Environment
ShenYu version(s):2.7.1-SNAPSHOT
Debug logs
No response
Anything else?
No response