I\'m working on an dashboard for my cms containing widgets. On of the widgets uses Google Analytics data.
Let\'s say you want a third party site to开发者_运维技巧 copy and paste a snippet of javascript code you provide. This code uses an AJAX request to access a JSON API on your servers. How would you imp
I have an app that is mostly in rails but also uses nodejs for some realtime features, for example, chat. Users log in via Rails and get assigned a session, etc as usual. Ho开发者_高级运维wever, what\
I am writing my first application to use OAuth. This is for a desktop application, not a website or a mobile device where it would be more difficult to access the binary, so I am concerned on how to p
I\'ve got a开发者_JS百科 tomcat6 servlet container which runs various applications, such as solr. I\'d like to be able to specify which IP addresses that are allowed to access the server. Is there a w
I am making a web app that has a login page (Using Facelets with JSF 2.0) which checks credentials before redirecting to a isLoggedIn or error page. I have access to the server
I have this application built in RCP/RAP and now I want to add security to it. I found out about the equinox security but this is only on application level.
I ran into a curious issu开发者_StackOverflow社区e today. We have a web page that hides the body via CSS and then there\'s a bit of JavaScript that sets the body to display: block to show it. (This is
I\'m working on an internal web app and we are using secure query string keys generated server side for some simple security to prevent users from accessing pages they haven\'t been given access to.Th
For now, I think that the public key that is used on a client-side is reused several times (maybe as long as the config dosn\'t change I think). I assume we are using the password method.