how to bypass Oracle ADF loopback script for scripting website using php cURL library?

喜夏-厌秋 提交于 2019-12-04 09:12:59

The right way to crawl ADF pages is to pass in URL a parameter

*domain.com*?org.apache.myfaces.trinidad.outputMode=webcrawler

to all the GET requests from the script. Keep in mind that when you switch to crawler mode, the pages will look different since it is not meant for human consumption, but it should contain all the raw details you would care about to crawl.

Although, this is an old question and the OP might have long moved on to better things, thought of answering this here to help anybody else hitting the same problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!