ESP32 Autherization header in wificlientsecure

Hi,i'm recently try to connect server using wificlientsecure library and if it's responded successfully for getting token.Next step is post the token with data to the server i don't have any idea.If any one know the answer pls reply in my question.And i'm trying this method "client.println("Autherization", accesstoken);" and "client.println(`"Authorization", "Basic "+ auth);" .Thanks in advance..........,,,,,,,

What service are you trying to access? There are several common ways to provide a token to a service, a header field is just one of them. Without the service documentation we cannot help.
Also post your complete code so we know what you tried with.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.