Implement complex request cross-domain access in the Web tier of the ABP

Source: Internet
Author: User

In recent projects, the backend uses ABP, the front end is react, and the back end is completely detached. Most of these interfaces are called through the WEBAPI layer, and the session is not used in the project. But at the end of the message to make a verification code, the use of the session verification method, so the verification code request and check function on the Web layer. Because of the different domains at the front and back of the test phase, cross-domain request issues are involved. Cross-domain issues can be resolved by means of proxies, but they can also be implemented with simple modifications at the backend. Webapi's cross-domain processing is relatively straightforward and has an official solution. However, the web layer does not generally involve cross-domain, so it has explored its own implementation.

First, common scenarios
    1. Adding a configuration in Web. config

      <system.webServer> 
    2. Add Allowcrosssite attribute to the controller being accessed

Implement complex request cross-domain access in the Web tier of the ABP

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.