Hang, before we go down too many rabbit holes why don't we look at a few basics on the web server and see if there are any clues there. post-clientraw.php is a very basic script that accepts a file via HTTP POST and saves it to the web server. 403 is suggestive of a permissions error; what permissions/ownership exist on post-clientraw.php and it's owning directory? They should be 755. Do any relevant errors show in the web server error log?
Gary On Saturday, 20 November 2021 at 07:11:51 UTC+10 vince wrote: > On Friday, November 19, 2021 at 12:09:34 PM UTC-8 [email protected] > wrote: > >> Thanks Vince. I don't know of the Http post so I can't fix it. I can tell >> you that by clicking on the post_clientraw.php file the answer is 405 >> Method Not Allowed, that is 405 - Method Not Allowed for GET or HEAD >> request but I can't solve. > > > We'd need to know which webserver software www.sassarimeteo.altervista.org > is running, and we'd to see it's configuration to be able to help. > > Is this your site ? It looks like it might be behind cloudfare but it's > a little hard to tell remotely. > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/84a1235b-d405-4f2e-9073-7ef1eb524b24n%40googlegroups.com.
