Skip to content

Instantly share code, notes, and snippets.

@D7Torres
Created December 20, 2019 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save D7Torres/df021ae032462df6d4a79d582be420a3 to your computer and use it in GitHub Desktop.
Save D7Torres/df021ae032462df6d4a79d582be420a3 to your computer and use it in GitHub Desktop.
Endpoint Refactor - Truth table
Service is Webclient Server Side Env is Local Returns
TRUE TRUE TRUE http
TRUE TRUE FALSE http
TRUE FALSE TRUE https
TRUE FALSE FALSE https
FALSE TRUE TRUE http
FALSE FALSE TRUE http
FALSE TRUE FALSE http
FALSE FALSE FALSE https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment