Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4226 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I am using 'open URL' to 'post' data to a web-site. My script creates the URL for doing this. The browser (both FireFox and Safari) returns a 'Request URL too long' for some postings. It seems there is a limit to the url length the browsers will accept, although I have not been able to confirm.

 

I could 'script' around this using multiple 'open URL' statements each posting part of the data, but each 'open URL' statement creates a new tab in FireFox. Have not tested on the Windows side but suspect the same result.

 

Is there a way to suppress the 'new tab' result when using the 'open URL' script step?  An 'endless' list of tabs to get the data posted is unacceptable to my users.

Posted

Well, both servers and browsers have a limit. It's somewhat arbitrary as the actual number that is meant to be accepted has never been defined that I can remember. But anything above about 2Kb of data in a GET statement (ie, through a URL) may not work depending on browser and server.

 

You are better off crafting a self-submitting web page that uses a POST command and fed into a web viewer - the limits on that are much higher and are server dependant.

 

Then you can read back the response to see if it was successful as well.

This topic is 4226 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.