OLD | NEW |
(Empty) | |
| 1 <html> |
| 2 <body> |
| 3 |
| 4 <p>Contains several embedded resources, each of which require |
| 5 authentication</p> |
| 6 |
| 7 <!-- The images will probably be in an invalid format, but we aren't |
| 8 interested in the images here. --> |
| 9 <img src='/auth-basic/1.gif?password=foopassword&realm=foo'> |
| 10 <img src='/auth-basic/2.gif?password=foopassword&realm=foo'> |
| 11 <img src='/auth-basic/3.gif?password=foopassword&realm=foo'> |
| 12 <img src='/auth-basic/4.gif?password=foopassword&realm=foo'> |
| 13 <img src='/auth-basic/5.gif?password=foopassword&realm=foo'> |
| 14 <img src='/auth-basic/6.gif?password=foopassword&realm=foo'> |
| 15 </body> |
| 16 </html> |
OLD | NEW |