Handle cross origin * with webview

It is not good to provide access origin * to access backend APIs from any short of source.

Is there any good way to bypass and restrict to hits from my app only.

I dont want to use native http it is hard to debug in web app and takes more time of dev finish

Thank you