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
What it means: any path which doesn't match with /tickets/farewell, /tickets/turnstile and /turnstile - will match with "" (empty string)
So, it means that https://chertopolokh.ru/adwadawdawd will be matched to https://chertopolokh.ru
Problem:
We have kabinet microservice which fails sometimes. kabinet has healthcheck route https://chertopolokh.ru/kabinet/api/health and it should response with 200 status code
And when kabinet fails - healthcheck route matches to "" (empty string) route - and I have no any notifications about fails)
The text was updated successfully, but these errors were encountered:
framebassman
changed the title
Implement NotFound page for TicketStore.Web microservice
Implement not found page for TicketStore.Web microservice
Oct 10, 2019
Explanation:
We have
TicketStore.Web
microservice and the following routes:Please pay attention for the following things:
""
(empty string)exact
flagWhat it means: any path which doesn't match with
/tickets/farewell
,/tickets/turnstile
and/turnstile
- will match with""
(empty string)So, it means that
https://chertopolokh.ru/adwadawdawd
will be matched tohttps://chertopolokh.ru
Problem:
We have
kabinet
microservice which fails sometimes.kabinet
has healthcheck routehttps://chertopolokh.ru/kabinet/api/health
and it should response with200
status codeAnd when
kabinet
fails - healthcheck route matches to""
(empty string) route - and I have no any notifications about fails)The text was updated successfully, but these errors were encountered: