nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

Do not redirect to 404 with 302

Open bambuca opened this issue 1 year ago • 2 comments

It was inspired by UseStatusCodePagesWithReExecute method from Microsoft.AspNetCore.Builder.StatusCodePagesExtensions class.

Now, the non-existing URL does not redirect with a 302 but directly returns staus 404.

This resolves #6966

bambuca avatar Dec 18 '23 21:12 bambuca

conflict with develop branch resolved

bambuca avatar Dec 22 '23 18:12 bambuca

Is there a chance for merging this PR?

bambuca avatar Feb 09 '24 08:02 bambuca