I'm trying to access a SAP WebDynpro page with in an App. I am using a simple NSURLRequest that works with many other pages. However SAP WebDynpro is returning the following message "This Browser is not Supported".

Same SAP WebDynpro link works fine from Safari.

Does anyone have experience dealing with SAP WebDynpro pages inside an App?

有帮助吗?

解决方案

You have to send a supported browser identification string, otherwise the Web Dynpro renderer won't know what "flavor" to provide and bail out with the error message you quoted. For setting the additional header fields, this question might help you on....

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top