nopCommerce
nopCommerce copied to clipboard
Do not redirect to 404 with 302
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
conflict with develop branch resolved
Is there a chance for merging this PR?