When connecting to the Soda cloud (server) two different mechanisms are used by the code:
• Authentication token in HTTP authentication header
• Authentication token in JSON request body
The code uses the Python "requests" module for interaction with remote webservers. That module has the option to use an "auth" argument in its GET and POST methods. That "auth" argument can use various standard HTTP authentication mechanisms (basic authentication, digest authentication...)
When connecting to the Soda cloud (server) two different mechanisms are used by the code:
• Authentication token in HTTP authentication header • Authentication token in JSON request body
The code uses the Python "requests" module for interaction with remote webservers. That module has the option to use an "auth" argument in its GET and POST methods. That "auth" argument can use various standard HTTP authentication mechanisms (basic authentication, digest authentication...)