diff --git a/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte b/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte index 00a456f620..29ad73c161 100644 --- a/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte +++ b/src/routes/(console)/project-[project]/functions/function-[function]/executions/execute-function/+page.svelte @@ -58,16 +58,21 @@ const deployment = data.activeDeployment as Models.Deployment; const keyList = [ - { label: 'Authorization', value: 'Authorization' }, - { label: 'Cache-Control', value: 'Cache-Control' }, - { label: 'Content-Length', value: 'Content-Length' }, + // Communication { label: 'Content-Type', value: 'Content-Type' }, + { label: 'Accept', value: 'Accept' }, + // Auth + { label: 'Authorization', value: 'Authorization' }, + { label: 'Cookie', value: 'Cookie' }, + // Optimizations + { label: 'Cache-control', value: 'Cache-control' }, + { label: 'Forwarded', value: 'Forwarded' }, + // Client-details { label: 'User-Agent', value: 'User-Agent' }, - { label: 'X-Appwrite-Project', value: 'X-Appwrite-Project' }, - { label: 'X-Appwrite-Key', value: 'X-Appwrite-Key' }, - { label: 'X-Appwrite-JWT', value: 'X-Appwrite-JWT' }, - { label: 'X-Appwrite-Response-Format', value: 'X-Appwrite-Response-Format' }, - { label: 'X-Fallback-Cookies', value: 'X-Fallback-Cookies' } + { label: 'Referer', value: 'Referer' }, + { label: 'Forwarded', value: 'Forwarded' }, + { label: 'Host', value: 'Host' }, + { label: 'Origin', value: 'Origin' }, ]; const methodOptions = [