Expand my Community achievements bar.

Use renderForm's sContentRootURI with password url

Avatar

Former Community Member
Hi,

I would like to have the renderForm method retrive the xpd form from a password protected website. Unfortunately sContentRootURI doesn't take a URL like:


sContentRootURI = "http://user:password@testserver:8080/webdav/path/to/dir";

It gives the following exception:




ERROR - java.rmi.RemoteException: com.adobe.formServer.interfaces.FormServerException: URI not found



So I'm kind of lost seeing how to do this. Anyone know a solution?



Best regards,

Nicholas
3 Replies

Avatar

Former Community Member
I am having a similar problem.



The submit button on my form goes to a password protected URL. Also, my form is Reader Extended so the user can take it offline and fill it out. However, when the use the submit, instead of going to the URL, it opens a temporary HTML page on the user's C: drive.



Is there a way to pass credentials in a URL?



Would something like Policy Server help solve this problem?

Avatar

Former Community Member
I am having the same kind of problem as I am trying to put the xdp file on a web server configured with SSL and the URI looks like:

https://10.254.251.150:10035/wps/PA_1_J359TC6D69NE4025DOK18R1007/temp/1190294432554.xdp



Any ideeas?



Ciprian