Skip to content

Instantly share code, notes, and snippets.

@kichiemon
Created January 24, 2020 03:50
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 kichiemon/c3d8bc48c380dc7e55612d2977370239 to your computer and use it in GitHub Desktop.
Save kichiemon/c3d8bc48c380dc7e55612d2977370239 to your computer and use it in GitHub Desktop.
replace undefined content type
grep -R "Content-Type\': undefined" ./* -l | xargs sed -i -e 's|Content-Type\\\': undefined|Content-Type\\\': \'application/x-www-form-urlencoded;application/json;charset=utf-8\'|g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment