Changes between Initial Version and Version 3 of Ticket #2002


Ignore:
Timestamp:
12/24/2011 12:43:35 PM (13 years ago)
Author:
Calum
Comment:

I just tested with Chrome 16.0.912.63 and Safari 5.2.1 on Windows and have not seen any login issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2002

    • Property Owner set to Damien Churchill
    • Property Component otherwebui
    • Property Milestone Future1.3.x
  • Ticket #2002 – Description

    initial v3  
    22In both Safari 5 and Chrome 16 I see the password form, and the following requests are being sent:
    33
    4     Request URL:http://192.168.1.105:8112/json
    5     Request Method:POST
    6     Request body: {"method":"auth.login","params":["*******"],"id":2}
    7     Response body: {"id": 2, "result": true, "error": null}
    84
    9     Request URL:http://192.168.1.105:8112/json
    10     Request Method:POST
    11     Request body: {"method":"web.register_event_listener","params":["PluginDisabledEvent"],"id":3}
    12     Response body: {"id": 3, "result": null, "error": {"message": "Not authenticated", "code": 1}}
     5{{{
     6Request URL:http://192.168.1.105:8112/json
     7Request Method:POST
     8Request body: {"method":"auth.login","params":["*******"],"id":2}
     9Response body: {"id": 2, "result": true, "error": null}
     10
     11Request URL:http://192.168.1.105:8112/json
     12Request Method:POST
     13Request body: {"method":"web.register_event_listener","params":["PluginDisabledEvent"],"id":3}
     14Response body: {"id": 3, "result": null, "error": {"message": "Not authenticated", "code": 1}}
     15}}}
    1316
    1417Then 9 other json posts with the same response, and the page is reloaded with the same login form