Skip to content

Commit

Permalink
back to post
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Apr 25, 2024
1 parent 9261662 commit 8901fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/manifests/samlconnecter.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
function sendPostRequest(data) {
var statusElement = document.getElementById("status");
var xhr = new XMLHttpRequest();
xhr.open("GET", "http://localhost:18080/connecter?token={{ .Token }}");
xhr.open("POST", "http://localhost:18080/connecter?token={{ .Token }}");
xhr.setRequestHeader("Content-Type", "text/plain");

xhr.addEventListener("load", function () {
Expand Down

0 comments on commit 8901fbf

Please sign in to comment.