Closed weidongxu-microsoft closed 4 years ago
Currently appservice will allow {200, 404} for its get API. Other services seems only allow 200.
get
onErrorResume is not likely a good solution, since it might capture other response code like 401.
onErrorResume
Currently appservice will allow {200, 404} for its
get
API. Other services seems only allow 200.onErrorResume
is not likely a good solution, since it might capture other response code like 401.