Expect Bearer Unauthorized
# support
j
Hi, I am using Make to set up an integration and I'm using a standard "Make a Basic Auth request" module. In the headers sections I have added "Authorization" as a Name and "Bearer [Private Key]" But I keep getting the following error: {"message":"Expect Bearer Prefix.","error":"Unauthorized","statusCode":401} This works for me in Postman, just not Make
v
You can continue this conversation by mentioning me in the message.
@J. Hello! It seems like there might be an issue with how the Authorization header is being formatted in your Make integration. When you're using a Bearer token, you should ensure that the word "Bearer" is followed by a space and then your private key, without any brackets. The correct format should look like this:
Copy code
Authorization: Bearer your_private_key_here
Please double-check that you have included the space after "Bearer" and that there are no additional characters or brackets around your private key. If you've confirmed that the header is correctly formatted and you're still encountering issues, it might be necessary to look into other aspects of your Make setup or to check if there are any additional requirements for the API you're trying to integrate with. If you need further assistance with this, please let me know!
Got it. Tagging @User for additional help.
v
@J. Sweet. Have a great day!
@Vapi Sweet. Have a great day!
4 Views