“I don't know what's used to authenticate,”
I am not certain how anyone can help without knowing your service
authentication scheme. I would suggest the next step is to have a
conversation with the service developer. I can say that if the service
uses Kerberos authentication and you (your users) are using windows/
IE, you can do what you ask by setting up SPNEGO on the service
itself.


On Feb 10, 2:08 pm, "tony.p.." <[email protected]> wrote:
> Sorry, I was not clear. I have to go tohttp://192.168.1.100, which
> has a login form with ID and password. After I enter the id and
> password, I can invoke any service I want. I don't know what's used to
> authenticate, it's a web interface to the service, on a black box. Is
> there a way to programmatically fill the id/password form and submit
> it? That way the browser will have an authenticated session.
>
> Thank you,
>
> On Feb 10, 2:30 pm, gwtGrady <[email protected]> wrote:
>
>
>
> > When you say,” But I have to authenticate first to that box, with an
> > ID and password”, do you mean a dialog comes up? If so, is this
> > Kerberos authentication?
>
> > On Feb 10, 10:14 am, "tony.p.." <[email protected]> wrote:
>
> > > Hello everyone,
>
> > > I couldn't find a solution for this problem, so I hope you can help
> > > me.
>
> > > From my GWT code, I want to invoke a service running on another box,
> > > eg:http://192.168.1.100/service=1,op=4,d=0
>
> > > But I have to authenticate first to that box, with an ID and password.
> > > I want to do this automatically, behind the scene, ie: transparent to
> > > the user.
>
> > > 1. How can I authenticate automatically and supply an ID and password
> > > to that service?
>
> > > 2. How to invoke the service, from GWT code, for example if the user
> > > clicks a button, it'll invokehttp://192.168.1.100/service=1,op=4,d=0?
>
> > > Thank you,
> > > Tony- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to