Closed mfaizan1 closed 3 years ago
it is not issue with this library but with browsers policy, by default browsers don't allow https requests from website running on http, since localhost was on http so that was causing the issue to make it work on local host please follow this
https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome
I used minimal documentation code
and granting consent on button click
but my request is being blocked
request
request expanded
am i supposed to run localhost using ssl with ngrok with ?