A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: getURL(problem)

Threaded View

  1. #3
    Junior Member
    Join Date
    Aug 2004
    Posts
    20
    The problem stems from how the URL is parsed by the webserver... I ran into a similar problem doing long SQL statements ina URL to be parsed by a cgiscript... someone sent me this list of codes to replace characters that the webserver can't deal with:

    For example:
    Code:
    (hello world) would be %28hello%20world%29
    Code:
    Character     Replace With
      =                    %3D
      '                    %27
      (                    %28
      )                    %29
      space                %20
    Unfortunately I don't have a newline character - just what you see here, but maybe it will give you enough to search the web for a more complete list...

    Sorry I couldn't be more help...

    -DM
    Last edited by digitalmechanic; 06-26-2005 at 01:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center