Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit a840956

Browse files
committed
POST not GET
1 parent 012f2fc commit a840956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/activecode/js/livecode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ export default class LiveCode extends ActiveCode {
485485
var targetDiv = this.codelens.id;
486486

487487
let request = new Request("/runestone/proxy/pytutor_trace", {
488-
method: "GET",
488+
method: "POST",
489489
body: JSON.stringify(myVars),
490490
headers: this.jsonHeaders,
491491
});

0 commit comments

Comments
 (0)