12 Nov
2002
12 Nov
'02
7:49 p.m.
danielle.d-avout writes:
Everytime time I'm asking something , say create an image the action stops, and before I am able access the image_edit_form I'm getting a blank page with a text like http://127.0.0.1:8080/philosophie-africaine/Image.2002-11-12.2458/portal_for m/image_edit_form?portal_status_message=Image has been created. I have only this strange behaviour only under OPera 6.04, not Mozilla 1.0 nor explorer 6.0 Looks as if your browser would not make "redirect"s.
Are you using "POST" requests? By HTTP 1.1, browsers are not allowed to redirect POST requests. Usually, browsers convert them silently into GET requests; but HTTP 1.1 is very vague about that. Maybe, Opera interprets it differently. Dieter