Skip to content

Commit 05bafad

Browse files
Include key in CSV download request
1 parent 3d56fae commit 05bafad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

geophires/geophires.vue.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ createApp({
3333
document.querySelector('#geophires_param_form').getAttribute('action'),
3434
{
3535
method: 'POST',
36+
headers: {
37+
'x-api-key': _UI_KEY,
38+
},
3639
body: JSON.stringify({
3740
geophires_input_parameters: JSON.parse(event.target.dataset.geophires_input_parameters),
3841
output_format: 'csv'

0 commit comments

Comments
 (0)