Question

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?

Was it helpful?

Solution

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....

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top