On Mar 6, 9:34 am, jnthnlstr <[email protected]> wrote:
> You can validate this:
>
> 1) go tohttp://burningchrome.com:8090/bags/IMP/tiddlers.wiki
> 2) open up backstage
> 3) select login
> 4) login with user=jonl password=jonl
> 5) see the response in Firebug console as 401 Unauthorized

When I watch the tiddlyweb.log on the server while running through the
above process the user successfully authenticates, the browser reloads
and the requests are showing as having the jonl user associated with
them. This is in WebKit.

In Firefox I get the behavior you describe.

That there are two difference behavior depending on browser is
presumably a clue of some kind, I don't know what, though.

Since in WebKit a page reload happens, I'm guessing the form is being
submitted by a standard browser request, not through an XHR. In
Firefox the XHR is happening, but the POST data is not properly making
it to the server.

In your shoes I would:

* throw in some alerts or logs to inspect the body of the POST that is
being made
* do some comparisons in other browsers to see how or why the form is
or is not being submitted

This help at all?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to