Web Client deep link more than 2,083 characters

Forum to discuss the Web client version of Servoy.

Web Client deep link more than 2,083 characters

Postby Westy » Thu Jun 30, 2011 1:00 am

In a test solution my deep link fails when the total length of the url exceeds 2,083 characters (using ie8). I am trying to pass parameters that exceed this limit. Is there a way to get beyond this get limit? Can a deep link be sent as a post?

Dean
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Web Client deep link more than 2,083 characters

Postby jcompagner » Thu Jun 30, 2011 9:29 am

get can only b 2K thats the spec
so you have to do a post, i think that should also work fine. How do you get a deeplink that is that big!
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Web Client deep link more than 2,083 characters

Postby sbutler » Fri Jul 01, 2011 7:26 am

You should just generate a UUID and use that in the URL, and save it in a record. Then in the URL lookup the uuid passed in to get the rest of the input you need (instead of passing in everything in the URL)
User avatar
sbutler
Servoy Expert
 
Posts: 759
Joined: Sun Jan 08, 2006 7:15 am
Location: Cincinnati, OH

Re: Web Client deep link more than 2,083 characters

Postby Westy » Fri Jul 01, 2011 10:36 pm

jcompagner wrote:get can only b 2K thats the spec
so you have to do a post, i think that should also work fine. How do you get a deeplink that is that big!

In this test solution we have been experimenting with allowing users of a prior FileMaker solution upload their form data to our online webclient solution using a deep link. It was working very well until we hit the 2k limit. The trouble is that some of the forms contain a lot of data. What would a deep link post equivalent look like?
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Web Client deep link more than 2,083 characters

Postby Westy » Fri Jul 01, 2011 10:38 pm

goldcougar wrote:You should just generate a UUID and use that in the URL, and save it in a record. Then in the URL lookup the uuid passed in to get the rest of the input you need (instead of passing in everything in the URL)

I do not understand what you are suggesting. In our particular situation we need to move form data from a local computer up to our online web client solution.
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Web Client deep link more than 2,083 characters

Postby jcompagner » Mon Jul 04, 2011 10:15 am

how do you now get that GET url?
is that a form as an html form? can't you just tell it to POST?
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Web Client deep link more than 2,083 characters

Postby Westy » Mon Jul 04, 2011 10:08 pm

jcompagner wrote:how do you now get that GET url?

We get the GET using a Servoy deep link and passing the data as arguments in that deep link.

Is sending it as a POST just a matter of adding method="post" or is there something else that is needed to make a Servoy deep link submit as a POST instead of a GET?
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Web Client deep link more than 2,083 characters

Postby jcompagner » Tue Jul 05, 2011 10:27 am

no if it is a post or get is inside the http protocol itself, its not an argument or something
So this a browser will generate for you, or for example a http plugin can do that for you

So what is the app that generates that url? Is that a servoy app? The you can use the http plugin, if not you really should look around how you can do a post within that app.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8829
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Web Client deep link more than 2,083 characters

Postby Westy » Wed Jul 06, 2011 2:44 am

Okay. It is coming from another app, so we will look into it. Thank you for the information Johan.

Dean
Westy
 
Posts: 852
Joined: Fri Feb 13, 2004 5:27 am
Location: Lynnfield, Massachusetts USA

Re: Web Client deep link more than 2,083 characters

Postby chourasia.sheetal02 » Thu Oct 04, 2012 2:00 pm

Hi all,
The web client link is not working. In this toolbar on forms seems to misbehave in web client. The parent form get open but not able to open the child forms. How I can check this? and make web client work fine.

thanks
Sheetal
chourasia.sheetal02
 
Posts: 2
Joined: Wed May 16, 2012 3:23 pm


Return to Servoy Web Client

Who is online

Users browsing this forum: No registered users and 8 guests