Page 1 of 1

Report this post (! button) ends up in a 404

Posted: Thursday 20 December 2018 10:27
by waaren
When I tried to report a post using the [!] button I ended up in a 404 screen. (404 Not Found)
Solved by using https://www.domoticz.com/

Re: Report this post (! button) ends up in a 404

Posted: Thursday 20 December 2018 11:26
by EdwinK
I think that has to do with moving to another server.

Re: Report this post (! button) ends up in a 404

Posted: Tuesday 25 December 2018 10:56
by gizmocuz
No problem when i just tried... still an issue ?

Re: Report this post (! button) ends up in a 404

Posted: Tuesday 25 December 2018 14:55
by waaren
gizmocuz wrote: Tuesday 25 December 2018 10:56 No problem when i just tried... still an issue ?
Yes still get a 404 on http://www.domoticz.com/forum/app.php/p ... 407/report (even after clearing cache )

Re: Report this post (! button) ends up in a 404

Posted: Thursday 10 January 2019 12:17
by Varazir
I still have same and I get the same when I click on the Solved button as well

Re: Report this post (! button) ends up in a 404

Posted: Thursday 10 January 2019 12:56
by Egregius
Report button works fine here on https, maybe http is causing the issue?

Re: Report this post (! button) ends up in a 404

Posted: Thursday 10 January 2019 13:00
by freijn
I think you tried to report something which was deleted while you were reading it..

Re: Report this post (! button) ends up in a 404

Posted: Thursday 10 January 2019 13:50
by Egregius
Just tested in another browser, my thought was good ;-)

When connected thru http and clicking the report button results in a 404
app.php/post/203111/report
But when connected thru https it works fine
https://www.domoticz.com/forum/app.php/ ... 111/report

The main issue here is that there should be a rewrite rule so all traffic passes over https and none of the users type their user/pass over plain text http connection.

For example for a Apache server:

Code: Select all

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

Re: Report this post (! button) ends up in a 404

Posted: Thursday 10 January 2019 15:36
by Varazir
Confirm works over https