Uri: https%3A%2F%2Frnet.co-motion.ca%2Flegacy%2Fctl%2Fbuyticket%2Fprogramiteminfos%3Fselleruserid%3D41%26programid%3D043b1a2c-4949-4aa1-9054-eb0603c8c074

Page name: JSON GET is not allowed

Edit | Back

Date Scraped: 2025-11-07 22:50:37 -0500

Last Successful Refresh: 2025-11-07 22:50:37 -0500

Created: 2025-10-20 18:10:05 -0400

Updated: 2025-11-07 22:50:37 -0500

HTTP Response Code: 200

Html:

<!DOCTYPE html><html><head>
    <title>JSON GET is not allowed</title>
    <meta name="viewport" content="width=device-width">
    <style>
      body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
      p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
      b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
      H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
      H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
      pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
      .marker {font-weight: bold; color: black;text-decoration: none;}
      .version {color: gray;}
      .error {margin-bottom: 10px;}
      .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }
      @media screen and (max-width: 639px) {
       pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
      }
      @media screen and (max-width: 479px) {
       pre { width: 280px; }
      }
    </style>
  </head>
  <body bgcolor="white">
    <span>
      <h1>Server Error in '/' Application.<hr width="100%" size="1" color="silver"></h1>
      <h2> <i>JSON GET is not allowed</i> </h2>
    </span>
    <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
      <b> Description: </b>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.
      <br>
      <br>
      <b> Exception Details: </b>System.InvalidOperationException: JSON GET is not allowed<br>
      <br>
      <b>Source Error:</b> <br>
      <br>
      <table width="100%" bgcolor="#ffffcc">
        <tbody>
          <tr>
            <td>
              <code>
                <pre>
Line 49:                 throw new InvalidOperationException("JSON GET is not allowed");
Line 50: 
<font color="red">Line 51:         HttpResponseBase response = context.HttpContext.Response;
</font>Line 52:         response.ContentType = string.IsNullOrEmpty(this.ContentType) ? "application/json" : this.ContentType;
Line 53:         response.StatusCode = (int)Status;</pre>
                      </code>
            </td>
          </tr>
        </tbody>
      </table>
      <br>
      <b> Source File: </b> c:\inetpub\wwwroot\Reservatech_is3legacy_A\App_Code\Contexts\JsonNetResult.cs<b> &nbsp;&nbsp; Line: </b> 51
      <br>
      <br>
      <b>Stack Trace:</b> <br>
      <br>
      <table width="100%" bgcolor="#ffffcc">
        <tbody>
          <tr>
            <td>
              <code>
                <pre>
[InvalidOperationException: JSON GET is not allowed]
   JsonNetResult.ExecuteResult(ControllerContext context) in c:\inetpub\wwwroot\Reservatech_is3legacy_A\App_Code\Contexts\JsonNetResult.cs:51
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +91
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +795
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +81
   System.Web.Mvc.Async.&lt;&gt;c__DisplayClass21.&lt;BeginInvokeAction&gt;b__1e(IAsyncResult asyncResult) +188
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
   System.Web.Mvc.Controller.&lt;BeginExecuteCore&gt;b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
   System.Web.Mvc.MvcHandler.&lt;BeginProcessRequest&gt;b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +651
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +134
</pre>
                      </code>
            </td>
          </tr>
        </tbody>
      </table>
      <br>
      <hr width="100%" size="1" color="silver">
      <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4770.0
    </font>
  </body></html><!-- 
[InvalidOperationException]: JSON GET is not allowed
   at JsonNetResult.ExecuteResult(ControllerContext context) in c:\inetpub\wwwroot\Reservatech_is3legacy_A\App_Code\Contexts\JsonNetResult.cs:line 51
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!-- 
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->