open-rpc / playground

A place to play around with OpenRPC. https://playground.open-rpc.org
https://playground.open-rpc.org
Apache License 2.0
40 stars 25 forks source link

Don't auto redirect to https #561

Closed lightclient closed 3 years ago

lightclient commented 3 years ago

It would be nice if the playground didn't auto redirect to https. A lot of times if we're just playing with endpoints, we don't have them setup behind and https service. Since I can only load the playground over https, it doesn't allow call over http from the page.

shanejonas commented 3 years ago

I think its your browser caching https, trying it in incognito lets me use http:

image

lightclient commented 3 years ago

Oh interesting, that was the issue. Thank you!