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
I have multiple origin with similar name like abc.def.com, abc.ghi.com, abc.jkl.com etc. I tried to use regex so that I can just defined it in a single line configuration but it doesn't work.
Can you please tell me is it possible or not?
The text was updated successfully, but these errors were encountered:
This is not directly managed by Spring Cloud Gateway, but comes from Spring itself. You can see the relevant code here. My reading of this is that the only wild card pattern allowed is '*'.
I have multiple origin with similar name like abc.def.com, abc.ghi.com, abc.jkl.com etc. I tried to use regex so that I can just defined it in a single line configuration but it doesn't work.
Can you please tell me is it possible or not?
The text was updated successfully, but these errors were encountered: