Skip to content

Commit

Permalink
include explicit asynchronous authorization token
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Dec 24, 2023
1 parent 293507e commit eb809ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/sparql-protocol/views/GET-asynchronous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function async_sparql_get () {
curl_sparql_view -w "%{http_code}\n" -o ${ECHO_OUTPUT} \
-H "Content-Type: " \
-H "Accept-Asynchronous: notify" \
-H "Asynchronous-Authorization: Bearer ${STORE_TOKEN}" \
-H "Asynchronous-Location: https://${STORE_HOST}/${STORE_ACCOUNT}/${STORE_REPOSITORY_WRITABLE}/service?default" \
-H "Asynchronous-Method: POST" \
-H "Asynchronous-Content-Type: application/n-triples" \
Expand Down

0 comments on commit eb809ca

Please sign in to comment.