Page 1 of 1

WEB API returns 404 on https

Posted: Fri Feb 27, 2026 4:02 pm
by MegumiSawada
I have created web api server module and run it on http connection. It returns values correctly.
http.png
http.png (177.53 KiB) Viewed 258 times
With same API, if they run it on https connection, it returns 404 error.
https.png
https.png (88.24 KiB) Viewed 258 times

I thought Apache setting blocks the connection, however I don’t know what to do.

Does anyone create and run web api on https connection?
Does it require any special settings?

FYI: Web page on https works fine.
webpage.png
webpage.png (75.01 KiB) Viewed 258 times
Best Regards,
Megumi Sawada