c# - Data transfer from one website to another -


i have 2 websites , b both written in asp.net mvc 3. in website there form needs submitted website b via post method. user has option post directly or after encrypting values.

when submit form without encryption simple form.submit() , able values in website b using formcollection object. when user selects submit after encryption, redirect action on website encryption occurs , encrypted data placed in hidden textbox in corresponding view , auto submitted on page load using jquery website b. unable values in formcollection object on website b.

what problem be? happening because of security feature prevent xss or similar?

its doubtful xss protections - in case see exception. load fiddler , make sure see data in element inside form getting posted website b. if there in form being submitted - should available.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -