Test
Test Api to play with [Authorize] [BasicAuthenticationAttribute("your-username", "your-password", BasicRealm = "your-realm")]
| API | Description |
|---|---|
| GET api/Test/GetBasicAuthorized |
Authorize Test |
| GET api/Test/GetAuthorized |
Authorize Test |
| GET api/Test/GetNewRoute/{userId}/{age} |
Override Default Route Test with more Parameters With get and post |
| POST api/Test/GetNewRoute/{userId}/{age} |
Override Default Route Test with more Parameters With get and post |
| GET api/Test/GetNewRoute |
Override Default Route Test with more Parameters With get |
| GET api/Test |
GET api/Test cRud Read |
| GET api/Test/{id} |
GET api/Test/5 cRud Read |
| POST api/Test |
POST api/Test Crud Create Value in Body with ssl. Other than Get. Post > Get |
| PUT api/Test/{id} |
PUT api/Test/5 crUd Update |
| DELETE api/Test/{id} |
DELETE api/Test/5 cruD Delete |