Skip to content

Commit 4aacaf8

Browse files
authored
enable require HTTPS on query controller
1 parent 19d69a9 commit 4aacaf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SSASQueryProxy/Controllers/QueryController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public HttpResponseMessage Get()
3737
}
3838

3939
[SaveCredsBasicAuthentication]
40+
[RequireHttps]
4041
[Authorize]
4142
[CustomExceptionFilter]
4243
[HttpGet]
@@ -123,4 +124,4 @@ public HttpResponseMessage GetOrPost([FromUri] string server, [FromUri] string d
123124
}
124125
}
125126
}
126-
}
127+
}

0 commit comments

Comments
 (0)