Change ipad browser to landscape view in sauce labs

As i want change ipad display to landscape view using exports.ios 72 display changed in sauce labs jobs, but on that i want give URL(http://…POST…),that url contains some Upper case words(POST) on that ‘PO’ character typed but after that appium log shows error failed to tape ‘S’ , so that cannot further continued, anybody tell how to fix this issue.
exports.ios72 = {
browserName: ‘’,
‘appium-version’: ‘1.0’,
platformName: ‘iOS’,
platformVersion: ‘7.1’,
deviceName: ‘iPad Simulator’,
‘device-orientation’: ‘landscape’,
app: undefined // will be set later
};