Created
October 6, 2015 21:50
-
-
Save davidbegin/c969f0554d60b7a026f5 to your computer and use it in GitHub Desktop.
Aggregating HTTP status Codes in a Pass Through
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nemo calls out to Panda and Nightingale: | |
What status should Nemo return when: | |
Scenario 1: | |
Panda returns a 200 | |
Nightingale returns a 500 | |
Scenario 2: | |
Panda returns a 404 | |
Nightingale returns a 500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scenario 1: 206...?