
Everything I use is currently running with Pass2PHP, so it is just a plugin contributing thing to spend time on and learn something (python).
In the new cases I need to store a cookie, that should be included with the future web-requests.
My first web style plugin used the example http.py however I can't determine if this can deal with cookies as well or if I should change to things I found in the Spotify plugin and use:
Code: Select all
import urllib.request
import urllib.error
import urllib.parse
import base64
import json
import time