简体   繁体   中英

This browser is not supported by Shopify While Authenticating Using Web Browser Control In Windows

When we are using a WebBrowser control in windows forms application for shopify authentication we are getting the following error:

"This browser is not supported by Shopify We recommend using Google Chrome or upgrading your current browser's software. You can but the experience may be severely degraded or dysfunctional. You can also go back to Shopify Classic."

Can you please let us know, what needs to be done to overcome this situation for authenticating?

Your question does not describe at all what you are trying to do and what problem you are trying to solve in doing so, so my only suggestion is:

Don't use a Web Browser control, but use an HTTP client like HttpClient or HttpWebRequest and access their API .

There's even have a .NET library for that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM