forked from kstateome/canvas-api
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from bgarciaentornos/encodingFix
Fix 500 error when sending utf8 text to Canvas When trying to send non ISO-8859-1 text to Canvas it would return a 500 error in response to the request. This was because the default when unspecified was to use ISO-8859-1. This only affects some API calls to Canvas because some use JSON serialisation instead of form submission.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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