Right now, if there is no domain in the request, and is being made to a relative path, it will not do the network interception even though the apiDomain configuration might be equal to the loaded URL on the browser. So we should instead check the current URL on the browser as opposed to not doing interception at all.
Right now, if there is no domain in the request, and is being made to a relative path, it will not do the network interception even though the apiDomain configuration might be equal to the loaded URL on the browser. So we should instead check the current URL on the browser as opposed to not doing interception at all.