Mini Program webview embedded h5 page data request and data caching problems

an h5 hybrid app was developed some time ago, but then the demand for compatibility with Mini Program was increased, so I thought of Mini Program"s web-view.
although I know web-view, I haven"t debugged it. After embedding Mini Program, the page can come out, but there is no data, so there are a few rookie questions I would like to ask:
1, h5 can be stored in Mini Program"s webview, is it the same as browsers
2, h5 use axios to request data, can it be used in Mini Program"s webview

Apr.16,2022

1. Web-view is basically the same as browsers.
2, window.sessionStorage.setItem and axios can use
3. All domain names involved in network requests need to be configured in Mini Program.
4. Domain name verification can be ignored on Mini Program developer tools during testing, and the formal environment must be configured

.
Menu