What is a Webview Whitelist URL

what is it’s need and how it is different from https

Hi @Anuj_Tiwari

  • Webview Whitelist URL is a list of trusted URLs allowed to be loaded inside the WebView component of an app.
  • HTTPS is a protocol used to secure data transfer between a client and a server.
  • The Webview whitelist is concerned with which URLs are allowed, while HTTPS is about securing the data that flows between those URLs and the app.
2 Likes