2021年4月27日星期二

How to check URL with different path is same a API

I'm have two url bellow:

https://example.com/detail/2/task/update

https://example.com/detail/4/task/delete

Both are same form of a API:

https://example.com/detail/{detail_id}/task/{action}

I need put a action to intercepter for above API

My question how to check both url above are same form of a API

https://stackoverflow.com/questions/67293342/how-to-check-url-with-different-path-is-same-a-api April 28, 2021 at 11:27AM

没有评论:

发表评论