Welcome, User
Medical Assistant
Disclaimer: Your chat session will be reviewed by your provider within 1 business day.
Personal Information
First Name:
-
Last Name:
-
Date of Birth:
-
Email:
-
// Test 1: Check if the domain resolves
fetch('https://kr3w5tdqj9.execute-api.us-east-1.amazonaws.com/default', {
method: 'OPTIONS'
}).then(r => console.log('OPTIONS worked:', r.status)).catch(e => console.error('OPTIONS failed:', e));