You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically it is a service with a plugin that triggers for HTTP calls and a route with the same plugin but that triggers for HTTPS calls and has a different configuration.
When making a call to /test with HTTPS, I receive Hello from Secure Channel and that is okay, but when I make the same call in HTTP, I receive Hello from Secure Channel, even though the safe plugin is only configured to trigger for HTTPS calls
Expected Behavior
When calling /test in HTTP, I should receive Hello from Insecure Route instead while still receiving Hello from Secure Channel for HTTPS calls
Steps To Reproduce
Deploy KIC with given configuration (or similar for regular gateway)
Perform a call to https://<your hostname>/test
Perform a call to http://<your hostname>/test
Check that we have the same response when we shouldn't
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Kong version (
$ kong version
)3.9.0.1
Current Behavior
I have this configuration:
Basically it is a service with a plugin that triggers for HTTP calls and a route with the same plugin but that triggers for HTTPS calls and has a different configuration.
When making a call to
/test
with HTTPS, I receiveHello from Secure Channel
and that is okay, but when I make the same call in HTTP, I receiveHello from Secure Channel
, even though the safe plugin is only configured to trigger for HTTPS callsExpected Behavior
When calling
/test
in HTTP, I should receiveHello from Insecure Route
instead while still receivingHello from Secure Channel
for HTTPS callsSteps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: