PyAr / PyZombis

Programación Python para Zombis MOOC (código y materiales del curso abierto y masivo en linea)
GNU Affero General Public License v3.0
22 stars 49 forks source link

Starbuzz CORS error [TWP33] #209

Open reingart opened 2 years ago

reingart commented 2 years ago

The original lecture uses http://beans.itcarlow.ie/prices-loyalty.html is not accessible from https An attempt using https://cors.bridged.cc/http://beans.itcarlow.ie/prices-loyalty.html is no longer working

Please write an E2E test with playwright to detect this issues earlier

reingart commented 2 years ago

Possible Duplicate of #203, see PR #204 for a tentative fix

We still need a E2E web test to detect this issues earlier, see Development HOW-TO for instruction

A more elaborated solution without using a proxy would be great (or wrapping it to hide from the user)