Skip to content
Snippets Groups Projects
Unverified Commit 9c721d78 authored by Ned Batchelder's avatar Ned Batchelder Committed by GitHub
Browse files

Merge pull request #24026 from open-craft/kshitij/cri-174/fix-lti

[CRI-174] [BB-2402] Fix LTI issues due to duplicated Content-Length header
parents 97af77e7 746eeb13
No related merge requests found
......@@ -168,7 +168,8 @@ def sign_and_send_replace_result(assignment, xml):
consumer_key,
consumer_secret,
signature_method='HMAC-SHA1',
force_include_body=True
force_include_body=True,
decoding=None,
)
headers = {'content-type': 'application/xml'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment