I'm trying to render a online page on UWP WebView, the page send a request to backend and will got a 307 error for temporary redirect to another url. But WebView won't handle the 307 redirection.
I also tried to load the online page on modern browsers and it works well. All modern browsers will automatically detect the 307 Temporary Redirect response code and process the redirection action to new URI automatically.
I want to know is there any way to make the UWP WebView to hande to the 307 redirection? Thank you!