0

I'm using Gitpod for my laravel application. Although the frontend is working perfectly, I cannot save data to my mysql database(gives me 405 method error whenever I signup). I tried to investigate this issue and found out that Gitpod is using "http" for submitting my form. But the client's URL is in https (https://8000-*****.gitpod.io/). How do I change the form submission action to "https" so it would match the URL?

Akash Kumar Verma
  • 3,185
  • 2
  • 16
  • 32

0 Answers0