Created
January 24, 2020 03:50
-
-
Save kichiemon/c3d8bc48c380dc7e55612d2977370239 to your computer and use it in GitHub Desktop.
replace undefined content type
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
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