I have a middleware that intercepts every request. Some of them have params like this /:id/:q
.
but I can not retrieve that original string from url inside axios Incoming message
because it seemingly contains only for example /2/boo
. Is there any way to do that ?
I tried to search req
object from axios