JWT Authentication for WP-API
I verified my token but could valide
this errors
how to fix? urgent
{
“code”: “jwt_auth_no_auth_header”,
“message”: “Authorization header not found.”,
“data”: {
“status”: 403
}
}
JWT Authentication for WP-API
I verified my token but could valide
this errors
how to fix? urgent
{
“code”: “jwt_auth_no_auth_header”,
“message”: “Authorization header not found.”,
“data”: {
“status”: 403
}
}
Please don’t tag me, I will not be summoned to answer questions.
Welcome to the Make community!
For technical issues or bugs like this, directly contacting support can often lead to a faster resolution. They have access to your specific account details, scenario and scenario logs, server-side logs, and internal tools and resources, which allows them to investigate more thoroughly than what you have access to. Additionally, sharing sensitive information about your account or scenario might not be suitable for an open forum discussion.
You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users). Alternatively, you should be able to send an email to helpdesk@make.com and support@make.com and it should create a ticket. After submitting a new ticket, you will receive an automatic confirmation email with the subject “Ticket Created” in the subject. If you do not receive this, try sending the ticket again.
If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
@samliew Make does not process any ticket via email.
Alternatively, you should be able to send an email to helpdesk@make.com and support@make.com and it should create a ticket
Please do NOT use these email addresses that would be failing.
Always use the ticket form which is the best way to contact our Care team.
Thanks.
I think you have to add the JTW token into your request header
So you have header name ‘Authorizaton’ and the value is ‘Bearer [JTW token here]’
its fix now but i have create a custom plugin
i add one post without feature img its fetch
then with feature img does not fetch
then again add without feature img its fetch
but feature img keep skipping
while running fine on my other site?
while doing with client site its not works is there any solution?