GET https://localhost:5173/api/test
server: {
proxy: {
'^/weatherforecast': {
target,
secure: false
},
// '^/api/test': {
// target,
// secure: false
// },
},
port: 5173,
https: {
key: fs.readFileSync(keyFilePath),
cert: fs.readFileSync(certFilePath),
}
}
- チュートリアル: Visual Studio での React を使用した ASP.NET Core アプリの作成
- ASP.NET Core でのシングルページ アプリケーション (SPA) の概要
- freeCodeCamp.org … React with .NET Web API – Basic App Tutorial … .NET6
- Login & Registration using .Net 8 Authentication with Custom Identity. React + Web API Project … .NET8
- Identity を使用して SPA の Web API バックエンドをセキュリティで保護する方法
- Web API 規約を使用する