WiFiNina authentication

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
sting
 
Posts: 173
Joined: Sun Jan 17, 2010 7:44 pm

WiFiNina authentication

Post by sting »

I am using the Airlift featherwing and WiFiNINA to try to perform GET HTTP requests to an existing server that requires authentication.

I assume there is a string representation to client.println() to set the header but I can't seem to find a reference.

Is there a document somewhere that describes all of the calls to Client and how they are translated?

User avatar
mikeysklar
 
Posts: 13936
Joined: Mon Aug 01, 2016 8:10 pm

Re: WiFiNina authentication

Post by mikeysklar »

This is the best documentation I found for the client() base class.

https://www.arduino.cc/en/Reference/WiF ... onstructor

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”