Basic SSL Authentication for POST Request
I have a Web Application with SOA Architecture
Frontend (Next.js)
Backend (Golang)
I want to fetch POST Request from Next.js to Golang, where initially both are deployed on VM with http header.
Then, I put registered the Domain to an A record and register the site to Cloudflare, making it Https. Now, the POST request does NOT work. I know it is because https will not take http request.
I am new to this and seeking guidance on what to configure. If any body can help me, it is much appreciated, such as which certificate should be put in which VM.
Current situation: The frontend was registered as HTTPS by changing the NameServer, not applying certificates manually
0 Replies