The method used to obtain the returned value of the target server on the homepage when the cross-origin request is submitted.

Source: Internet
Author: User
Tags to domain

When the POST method is used, the form is submitted from Domain A to Domain B, and the result cannot be returned to the home page of Domain A using the jsonp method. Only the script reference method can be used. This GET request has many limitations.

When post is not used, you can do the following:

Before submission, the home page of Domain A dynamically generates an implicit IFRAME and prepares the page for receiving the returned values.

The action of form is the target page of Domain B, and the target is IFRAME.

The target page of B domain will return the value as the parameter and then redirect to the receiving page of a domain, but with JS or server side directly send jump code, construct http://a.com/receive? MSG = xxxx;

If the returned value is complex, you can even construct a form to automatically submit the form to Domain A and accept the page for a reverse call.

After the submission, IFRAME contains the page of Domain A and obtains the return value of the target page of Domain B from the parameter. Then, it can return the return value to the submitted homepage.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.