Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 8597 by michal.zglinski: Problem with HTTP AUTH and POST
http://code.google.com/p/chromium/issues/detail?id=8597

Chrome Version       : 1.0.154.48
URLs (if applicable) : http://markmail.org/message/wbfmwuimlwjineuf
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?
1. htaccess with basic authorization + adding user

2. index.html:
  <html>
<script src="jquery-1.2.6.pack.js"></script>
<script> $(document).ready(function() { $('a').click(function() {
$.post('user.php',{},function(data) { $('#a').html(data); }); }); });

</script>
  <a href="#">klik</a> <div id="a"></div> </html> <form action="user.php"
method="POST">
  <input type="submit" /> </form>

3. user.php:
<?php echo $_SERVER['PHP_AUTH_USER']; ?>


What is the expected result?
I should see my username that I typed when I was using HTTP_AUTH

What happens instead?
Unde Chrome I see nothing

Please provide any additional information below.

Maybe it's beacause that I'm using proxy (I can't check it without).. but
still it doesn't work only under Chrome.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to