not-a-feature / impfWidget

iOS Widget, welches anzeigt ob im lokalen Impfzentrum Vermittlungscodes verfügbar sind. (für die scriptable.app)
GNU General Public License v3.0
16 stars 4 forks source link

Workaround for the LB issue by using JavaScript eval within a WebView #8

Closed Redna closed 3 years ago

Redna commented 3 years ago

Using the eval within a pre loaded web page will set the cookies and use those for requesting the required appointment informaton.

This workaround works most of the time. Simetimes the appointments are not fetch - maybe the WebView is reusing cookies which are previously set and expiring.

not-a-feature commented 3 years ago

This will fix #6 mostly. Thank you very much!