I am currently experiencing an eventlog on the webserver that is yellow like the finest autumns due to the fact that a lot of bots, of reasons unknown, are using invalid URLs in the format http://www.examplesite.com/no/Overnatting/?id=789455 (where the part before the ?-mark is valid, but the id supplied is another page).
This gives the following error message:
External Url has mismatching id-parameter, does not refer to same page
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: EPiServer.Core.EPiServerException: External Url has mismatching id-parameter, does not refer to same page
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[EPiServerException: External Url has mismatching id-parameter, does not refer to same page]
EPiServer.Web.FriendlyUrlRewriteProvider.ConvertToInternalInternal(UrlBuilder url, Object& internalObject) +1356
EPiServer.Web.FriendlyUrlRewriteProvider.ConvertToInternal(UrlBuilder url, Object& internalObject) +304
EPiServer.Web.UrlRewriteModule.HttpUrlRewriteToInternal(UrlBuilder url) +313
EPiServer.Web.UrlRewriteModuleBase.BeginRequestEventHandler(Object sender, EventArgs e) +158
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Hi,
I am currently experiencing an eventlog on the webserver that is yellow like the finest autumns due to the fact that a lot of bots, of reasons unknown, are using invalid URLs in the format http://www.examplesite.com/no/Overnatting/?id=789455 (where the part before the ?-mark is valid, but the id supplied is another page).
This gives the following error message:
External Url has mismatching id-parameter, does not refer to same page
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: EPiServer.Core.EPiServerException: External Url has mismatching id-parameter, does not refer to same page
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Do anyone here know how to avoid this exception?
Regards,
Frode