Forum Discussion
Koji_Noritake
Oct 24, 2021Copper Contributor
Edge requests twice to download Excel file
Hi, I administer the web service to create Excel file like the following. 1) user requests to endpoint "/create". 2) "/create" responses status 302. redirect to "/document/one_time_unique_key/so...
MarieHebel
Dec 02, 2021Copper Contributor
We are currently facing the same problem with our webservice.
It also only affects Edge users trying to download excel data.
We can retrace a second request by a microsoft address which leads to the problem described by Koji_Noritake - the initial user cannot download the excel data.
Our users are encouraged to use another browser until we have a solution.
Please have a look at this problem
It also only affects Edge users trying to download excel data.
We can retrace a second request by a microsoft address which leads to the problem described by Koji_Noritake - the initial user cannot download the excel data.
Our users are encouraged to use another browser until we have a solution.
Please have a look at this problem
Koji_Noritake
Dec 08, 2021Copper Contributor
MarieHebel
I found the solution. The following setting should be turned off.
edge://settings/downloads -> 'Open Office files in the browser'
2nd and 3rd request will not come.
I do not know which version has the setting first...
But I think Edge should use 1st response content to 'Open Office files in the browser'.
I found the solution. The following setting should be turned off.
edge://settings/downloads -> 'Open Office files in the browser'
2nd and 3rd request will not come.
I do not know which version has the setting first...
But I think Edge should use 1st response content to 'Open Office files in the browser'.