Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ADF でユーザーの IP アドレスとブラウザー情報を取得する方法。ADFContext でこれを見つけることができません。
From ADFContext にはサブクラス ServletADFContext があり、アクセスできるはずの HTTPRequest にアクセスできます
request.getHeader("ユーザーエージェント")
IP アドレス: request.getRemoteAddr()
ブラウザ: request.getHeader("user-agent")
お役に立てれば