Today I ran into this piece of code:
// POST xhr.open("POST", "..."); // Content-Type xhr.setRequestHeader("Content-Type", "..."); // SOAPAction xhr.setRequestHeader("SOAPAction", "...");
Today I ran into this piece of code: