RNUG Lotus User Group (www.vlaad.lv)

    Anonymous HTTP access and iNotes login screen without images, finally fixed

    Vladislav Tatarincev  15 December 2013 21:58:16
    If you have HTTP with Anonymous access equal NO, by default your login screen will look different, than if Anonymous is YES.
    Reason for this, with Anonymous = NO, browser cannot pull some images and CSS.
    finally it is solved with 8.5.2 new notes.ini parameters (Thanks to my colleague Stanislav Shvachko who shared this in our IBM Connections).

    Seen this before?
    Image:Anonymous HTTP access and iNotes login screen without images, finally fixed
    This can be solved by new notes.ini
    8.5.3 or Lower versions
    HTTPPublicUrls=/iNotesRedir.nsf/iNotes-LoginBanner65short.gif:/iNotesRedir.nsf/StylesheetLogin:/iNotesRedir.nsf/Login.js
     
    If using Domino 9 or Later version of the IBM Redirector  ini should be set like this:
    HTTPPublicUrls=/iNotesRedir.nsf/IBMLogo.gif:/iNotesRedir.nsf/StylesheetLogin:/iNotesRedir.nsf/Login.js

    http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Allowing_Anonymous_Access_to_iNotes_Redirect_images__while_preventing_Anonymous_Access_to_Domino_HTTP_

    Image:Anonymous HTTP access and iNotes login screen without images, finally fixed

    Comments

    1Dave  17/12/2013 5:06:53  Anonymous HTTP access and iNotes login screen without images, finally fixed

    I've also fixed this by just designing a custom Login Form, putting all my JS and CSS into the HTML Head, and converting all images to data URIs. Works like a charm.

    Archives