-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using header configurable param in Fixed Callback results in an undefined
value
#2310
Comments
@vijayg10 that screenshot shows using The default value when using the "Add Configurable Parameter" button is |
@lewisdaly try using lower case |
I bit weird that the inbound and outbound of the TTK have different case styles. edit: Just reading the notes part. You are correct. |
But headers arent case-sensitive. So maybe just updating the UI configurable params to be lowercase? |
@kleyow In my opinion, we can check if all the incoming headers to TTK are normalised. |
@vijayg10 Sounds good. |
@vijayg10 I'm still experiencing this issue. I suspect it goes deeper than the UI normalization of headers. components:
Here's some more screenshots of the problem:
|
Ok, I think I see the issue. When I use the ui to set up the callback rule, it puts in When I changed that value, the callback seemed to have the correct headers in the callback (no |
Issue should now be fixed in v13.0.2 |
Thanks Kevin and Lewis |
Summary:
I've got the TTK set up to respond to a
GET /services
request with aPUT /services
callback.I want the
FSPIOP-Destination
header for the callback to be dynamic, based on the participant who send theGET /services
. This looks like it should be possble (see screenshot below), but when I test everything theFSPIOP-Destination
header isundefined
.Severity:
(Low, Medium, High)
Priority:
(Critical, Medium, Low)
Steps to Reproduce
FSPIOP-Source
headerGET /services/THIRD_PARTY_LINK
call to the ttk. This should result in theFSPIOP-Destination
header of the callback to be equal to the value of theFSPIOP-Source
FSPIOP-Destination
header of the callback isundefined
Specifications
v11.8.1
Notes:
I suspect this could have something to do with how the header keys are capitalized vs not capitalized in different places. I've also tested with many different permutations trying to access the header value object.
The text was updated successfully, but these errors were encountered: