Change MVC Web API to support Android, iOS, Ajax and other ways to call across domains

Source: Internet
Author: User

Company A mobile back end of the project used to

Webapi

Project construction to the extranet environment a common app developer has encountered a problem invoking the test interface

interface does not allow cross-domain calls

。 Access to the information understand

Origin policy principle based on request header value

Origin

With the response header value

Access-control-allow-origin

To determine whether the call is allowed

Workaround

1.ajax using jsonp

JSONP is to add the callback function parameter value through the request parameter. Webapi receive callback function parameter value return data is no longer purely JSON, but is based on the callback function parameter value

JS method call, so that the same origin policy is avoided

You need to Webapi rewrite the JSON serialization method.

Jsonmediatypeformatter

2. For terminals such as iOS,


Simple method to configure HTTP headers for IIS directly

This method is simple, fast and unsafe.
Exposed all the
3. Override the Web API's
Delegatinghandler
Adding a custom HTTP header
4. Leveraging the Web API's own extensions
Microsoft ASP. NET Web API 2 Cross-origin support

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.