Here's a neat tidbit. Using curl without -f --fail will make non-2xx status codes return success, so set -e won't help there.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
Here's a neat tidbit. Using curl without -f --fail will make non-2xx status codes return success, so set -e won't help there.