2
Answers

Access restriction of WEB API service call based on request

 

When we access the WEB API service methods from a web application through Ajax calls, will there be any access restrictions for the following scenarios

  1. “HTTPS” Web application accessing an “HTTP” WEB-API

     

  2. “HTTP” Web application accessing an “HTTPS” WEB-API

Will there be any impact on request application or context, either it Http or Https the web API will behave same.

Please advice.

Answers (2)