URL Access: Limit on URL Length?
URL Access: Limit on URL Length?
- Subject: URL Access: Limit on URL Length?
- From: "Nitz, Chris" <email@hidden>
- Date: Mon, 4 Nov 2002 15:15:56 -0800
- Thread-topic: applescript-users digest, Vol 3 #1031 - 3 msgs
Does anyone know if there is a limit to the number of characters you can use
in a URL in application "URL Access Scripting"? Is there a way to change that
limit?
I am trying to "say" the following URL, to pick up a file:
http://USERNAME:email@hidden/typesetting/streams/cardtextfields.aspx
?ArchiveNumber=520&CardID=19667&ElementList=RDCode,ArtId,HiresEpsName,CardTit
le,CardTitleShadow,CastingCost,CardTypeNClass,CardTypeNClassShadow,ArtistCred
it,ArtistCreditShadow,LegalText,PowerToughness,PowerToughnessShadow,RulesText
&ElementDelimeter=<\\c>
But it appears that MYSERVER is only "hearing" the first part of my request:
http://USERNAME:email@hidden/typesetting/streams/cardtextfields.aspx
?ArchiveNumber=520&CardID=19667&ElementList=RDCode,ArtId,HiresEpsName,CardTit
le,CardTitleShadow,CastingCost,CardTypeNClass,CardTypeNClassShadow,Artis
When I shorten the URL to something like:
http://USERNAME:email@hidden/typesetting/streams/cardtextfields.aspx
?ArchiveNumber=520&CardID=19667&ElementList=RDCode,ArtId,HiresEpsName,CardTit
le,CardTitleShadow,CastingCost,CardTypeNClass&ElementDelimeter=<\\c>
...it works just fine. Any ideas for a work-around would be appreciated.
Thanks.
-Chris Nitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.