403 Forbidden whenever I mention 'Cat sitting'!

Status
Not open for further replies.

odam2x10

New Member
Messages
6
Reaction score
0
Points
1
Hello,

I'm having strange problems with 403 Forbidden messages

I have a home made diary system which displays an html page. I can update entries in the browser then submit them back to the server where the php file upates the diary files.

Below is a log made by my php file of the recent updates.

The first line is the time and version number of the diary
The second is the list of parameters sent to the program
OK means it worked

The 'Changes' parameter contains the new line to be entered into the diary - replacing the line with the same date. The line has columns with € as markers between them.

I wanted to put 'Cat sitting' in one column - and I got a '403 Forbidden' error. It didn't reach my file, so no entry in the log.

This seemed strange as the system works for everything else.

A few tests show that ' Ca t s itting' , ' Ca.t s itting', ' Ca.t sitting' and 'Ca.t sitting' all work. However, 'Cat sitting' comes up with a 403 every time!

What's special about 'Cat sitting'?

Thanks

Ken




2017-03-29-05-37-00 Diary003.php
UserName=Ken&UserPassword=&Page=Save&Changes=Tue 30 May 17€Spring Thyme CL€ Hamish birthday€  Ca t s itting€ € €LastChangedId=TR150&DiaryYear=2017
OK

2017-03-29-05-37-26 Diary003.php
UserName=Ken&UserPassword=&Page=Save&Changes=Tue 30 May 17€Spring Thyme CL€ Hamish birthday€  Ca.t s itting€ € €LastChangedId=TR150&DiaryYear=2017
OK

2017-03-29-05-37-36 Diary003.php
UserName=Ken&UserPassword=&Page=Save&Changes=Tue 30 May 17€Spring Thyme CL€ Hamish birthday€  Ca.t sitting€ € €LastChangedId=TR150&DiaryYear=2017
OK

2017-03-29-05-37-59 Diary003.php
UserName=Ken&UserPassword=&Page=Save&Changes=Tue 30 May 17€Spring Thyme CL€ Hamish birthday€Ca.t sitting€ € €LastChangedId=TR150&DiaryYear=2017
OK
 
Status
Not open for further replies.
Top