Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

Trying to load a URL with a '%' in WV


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

Recommended Posts

Posted

This is my first time playing with webviewer. I am trying to load a URL that contains a '%'. It looks like this:

https://www.site.com/feeds.cfc?method=Orders&ver=1.00&merchant=319&URLKey=Jo%3D

The URL that it actually attempts to load is:

https://www.site.com/feeds.cfc?method=Orders&ver=1.00&merchant=319&URLKey=Jo%253D

It has replaced the % with %25, and it causes the page to not load. I have tried everything I can think of to trick it into sending just the %. Using different variations of to escape it out, putting the URL into a separate field and loading the field, etc. No dice. Any suggestions?

Posted

I think you are approaching this from the wrong angle

< encodes as %3C

> encodes as %3E

Now i can't find %3D but i should think that it is an encoded character not a string of individual characters.

Posted

Hmmmmmm,

I still cant get it to display as %3D even with

GetAsUrlEncoded ("=")

which i would expect to work.

Maybe it is simply an = sign?

Try it.

oh well i hope this goes some way to finding a solution.

This topic is 6467 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.