I am trying to block specific request URL like this - https://somedomain.co.in/api/consultation
by using "Block Request URL" in Google Chrome Network tab.
But the issue I am facing is that the Block request URL is blocking all URL starting with the above pattern, like it is blocking -
https://somedomain.co.in/api/consultation/subdirectory
I want to block only - https://somedomain.co.in/api/consultation
I tried Changing the text pattern in "Network request blocking" tab, but no luck.
Did anyone face a similar situation?
Note - I don't want to use any extra script, there should be some way with chrome itself or Mozilla or maybe upcoming update in chrome.