This sounds interesting. Sadly I had no success redirecting it. I've set up a https server providing the inventor help and reconfigured helpids.xml using my local server address instead of the standard server address. I looks like this:
<URL
UseOnline="1"
Redirect="REDIRECT_"
OnlinePrefix="https://"
OnlineWIKI_Internal="localhost/"
OnlineWIKI_Production="localhost/"
OnlineWIKI_Beta="localhost/"
OnlineContextSuffix="?contextId="
OnlineQuerySuffix="?query="
OfflinePrefix="http://"
OfflineHelp="localhost\"
OfflineContext="contexthelp\"
ErrorPage="HELP_INFORMATION"
OfflineSuffix=".htm"
/>
But my address isn't accepted. It works perfectly if directly used inside the browser. But Inventor does not opend the help directly but has a redirection in between, which doesn't accept my address. I get:
xoauth_problem=parameter_rejected&xoauth_parameters_absent=oauth_redirect_url&oauth_error_message=Invalid%20value%20for%20parameter%3Aoauth_redirect_url
This Open Authorization redirection as I understand it correctly does only accept known URLs. Is there a way to make inventor accept my site?
I also tried to redirect the local help. But this isn't working at all, because inventor always prepends the %ProgramData% directory.