Rank: Newbie Groups: Member
Joined: 12/29/2021 Posts: 1
|
Hi, I struggled with some url redirect issue. I've tried to show "google.com" in winform webview and it can get 301 correctly. And I have a facebook login url whlie it shows 302 in chrome and redirect successful. But while in winform it just get 200 and show nothing. I didn't get any 302 in AfterReceiveHeaders event too. Please help to solve this problem, thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, This may have to do with local disk cache. You can try to delete the cache folder and see if it works for you. You can use this method in your code to clean up the cache folder: https://www.essentialobjects.com/doc/eo.webengine.engine.cleanupcachefolders_overloadsThanks!
|