Skip to content

Commit

Permalink
MWPW-160588-remove authorization header since it is not supporeted
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonja Popovic committed Oct 29, 2024
1 parent 1c4dfd9 commit 34cff68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edsdme/blocks/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export function generateRequestForSearchAPI(pageOptions, body) {

const headers = new Headers();
headers.append('Content-Type', 'application/json');
headers.append('Authorization', 'Basic NDA3M2UwZTgtMTNlMC00ZjZjLWI5ZTMtZjBhZmQwYWM0ZDMzOjJKMnY1ODdnR3dtVXhoQjNRNlI2NDIydlJNUDYwRDZBYnJtSzRpRTJrMDBmdlI1VGMxRXNRbG9Vc2dBYTNNSUg=');

return fetch(url + queryParams, {
method: 'POST',
Expand Down

0 comments on commit 34cff68

Please sign in to comment.