
var request = new XMLHttpRequest(); request.open('GET', 'https://www.tixr.com/v1/clients/{client_id}?cpk=MTYwNQ=='); request.setRequestHeader('Content-Type', 'application/json'); request.setRequestHeader('Accept', 'application/json'); request.onreadystatechange = function () { if (this.readyState === 4) { console.log('Status:', this.status); console.log('Headers:', this.getAllResponseHeaders()); console.log('Body:', this.responseText); } }; request.send();
⚡️ RESERVATION REQUEST ⚡️
Submit the form below and our reservationist will contact you to finalize your reservation at Gigante!