Hi everybody,
I am using vercel to deploy a frontend project, currently I cannot connect to the api without SSL (http://). Is there anything I can install or configure in vercel to be able to connect to the api no SSL?
Hi,
Unfortunately no. Due to security reason we can only establish connection with Secure protocol such as https
. http
protocol isn’t supported.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.