Page 1 of 1
Authorization required dialog customization
Posted: Wed May 22, 2013 6:57 pm
by ghudson
Is there a way to customize this authorization dialog? We are calling a REST service
--------------------------------------
Authorization required-
URL:
http://myurl
Host: myhost
User _____________
Password _____________
---------------------------------------
Re: Authorization required dialog customization
Posted: Fri May 24, 2013 11:30 am
by adrian
Hello,
No, that authorization dialog cannot be customized. What would you want to customize in this dialog?
If you don't mind me asking, how are you using the REST service and what are you trying to accomplish?
Regards,
Adrian
Re: Authorization required dialog customization
Posted: Mon Jun 03, 2013 9:54 pm
by ghudson
Hi, we are just using the REST service to store and retrieve images for our documents. We have some security for inserting new images. The users didn't want to type in the domain, for example , since our domain is leg, the user needs to enter
leg\user_name and then the password. They were asking if we could customize so they could enter just user_name and password.
Thanks, GH