ASP.NET Core Web API 版本(Versioning)的做法有很多種,
在 URL 上面、QueryString 的參數,或是在 Header 中。
本文就來看看 ASP.NET Core Web API 多版本的做法。
ASP.NET Core Web API 版本(Versioning)的做法有很多種,
在 URL 上面、QueryString 的參數,或是在 Header 中。
本文就來看看 ASP.NET Core Web API 多版本的做法。
最近同事詢問他將程式中 enable cors 的程式碼(WebApiConfig.cs's Register method) mark 掉,
config.EnableCors(new EnableCorsAttribute("*", "*", "*"));
然後在 web.config 的 customHeaders 加入允許 cors 的設定
但是 client js 在做 preflight request 時,卻會回 405 Method Not Allowed
Enable Cross-Origin Resource Sharing Web API App on IIS7
本篇介紹使用簡單的 Refresh Token 機制
本文介紹Visual Studio 2013預設的Web API bearer token 驗證
為ASP.NET Empty 專案建立的 Web API 增加 Help Page
[ERROR]'System.Web.Http.GlobalConfiguration' does not contain a definition for 'Configure'
看了「Web API Design」這堂課,所以將它記錄一下
[COM]FSCAPIATL.dll 類別未登錄
[MVC]使用Fiddler測試MVC Web API Post要注意的事
[MVC]ASP.NET Web API遇到了JSONP