Accessing the Location header in a CORS-enabled API

Today I hit a problem, we’ve got an ASP.Net WebAPI 2 project which is providing a series of REST services for a web app. These services are hosted on a different domain to the app will be hosted on so to perform the requests to them we’ve g…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

Today I hit a problem, we’ve got an ASP.Net WebAPI 2 project which is providing a series of REST services for a web app. These services are hosted on a different domain to the app will be hosted on so to perform the requests to them we’ve gone ahead and enabled CORS. Up until now most of our work has been doing read-only endpoints in the API, but I just finished off implementing a POST route.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2013-11-28T00:00:00+00:00) Accessing the Location header in a CORS-enabled API. Retrieved from https://www.scien.cx/2013/11/28/accessing-the-location-header-in-a-cors-enabled-api/

MLA
" » Accessing the Location header in a CORS-enabled API." Posts on LINQ to Fail | Sciencx - Thursday November 28, 2013, https://www.scien.cx/2013/11/28/accessing-the-location-header-in-a-cors-enabled-api/
HARVARD
Posts on LINQ to Fail | Sciencx Thursday November 28, 2013 » Accessing the Location header in a CORS-enabled API., viewed ,<https://www.scien.cx/2013/11/28/accessing-the-location-header-in-a-cors-enabled-api/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Accessing the Location header in a CORS-enabled API. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2013/11/28/accessing-the-location-header-in-a-cors-enabled-api/
CHICAGO
" » Accessing the Location header in a CORS-enabled API." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2013/11/28/accessing-the-location-header-in-a-cors-enabled-api/
IEEE
" » Accessing the Location header in a CORS-enabled API." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2013/11/28/accessing-the-location-header-in-a-cors-enabled-api/. [Accessed: ]
rf:citation
» Accessing the Location header in a CORS-enabled API | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2013/11/28/accessing-the-location-header-in-a-cors-enabled-api/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.