• vt3ch

    (@vt3ch)


    Hello,

    I am trying to send form data to an alternative page form in a different website. I input the link in the “Send Form Data” box in the Core Form section found the the Form Settings.

    The Cforms-2 form can be found in https://www.sunsetpayday.com and from this form, located under the APPLY NOW heading, I want to send the data inputted by clients to this form: https://cashcitypaydayloan.com/MemberPage.aspx?subpage=applyForLoan located in a different website’s page.

    When I apply this method, I get the following error:

    `Server Error in ‘/’ Application.

    A potentially dangerous Request.Form value was detected from the client (cf_working=”<span>One moment ple…”).

    Description: ASP.NET has detected data in the request that is potentially dangerous because it might include HTML markup or script. The data might represent an attempt to compromise the security of your application, such as a cross-site scripting attack. If this type of input is appropriate in your application, you can include code in a web page to explicitly allow it. For more information, see https://go.microsoft.com/fwlink/?LinkID=212874.

    Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (cf_working=”<span>One moment ple…”).

    Source Error:

    [No relevant source lines]

    Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\be0adc3f\9fea6ce0\App_Web_ol344xfv.11.cs Line: 0

    Stack Trace:

    [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (cf_working=”<span>One moment ple…”).]
    System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +11778768
    System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +204
    System.Web.HttpRequest.get_Form() +61
    System.Web.HttpRequest.get_HasForm() +11786344
    System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +109
    System.Web.UI.Page.DeterminePostBackMode() +87
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +9318
    System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +355
    System.Web.UI.Page.ProcessRequest() +79
    System.Web.UI.Page.ProcessRequest(HttpContext context) +74
    ASP.memberpage_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\be0adc3f\9fea6ce0\App_Web_ol344xfv.11.cs:0
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +542
    System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93

    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4330.0`

    I also tried inputting a different link given to me by my software company:

    https://cashcitypaydayloan.com/MemberPage.aspx?subpage=applyForLoan&firstname=xxxx&lastname=xxxx&email=xxxx&admethodid=x

    I replaced the “xxx”s with the HTML element id (ex: {element_id}) and there was no success. I’m running out of options and I do not want to remove the security measurements because the form will forward my client’s personal information data.

    Please help! Thank you in advance!

    The page I need help with: [log in to see the link]

  • The topic ‘Sending form data to external website form Error’ is closed to new replies.