My CMS is stripping out the ? at the end of a URL when I try to save the link... is there a way to make it stick?

Stacy K. Basye

Basically we're trying to change all of the book now or book online reservations on our website. For example, on our whale watching page, the new reservation link needs to look like this:

https://reservations.whales.com/res(L10!group=a)?

Here's where I'm entering the URL in the back end of my website: http://oi62.tinypic.com/j61ysg.jpg

The problem is when I enter the URL with the question mark at the end in our CMS, and I click save, it strips out the ? at the end, which messes up the query I'm trying to get it to do. Is there a way I could - just as an example - enclose the ? in some other characters so that the ? isn't at the end? (Maybe my CMS only has a problem with it being at the end?) I'm open to any suggestions.

Stacy K. Basye

I was able to fix this by adding a / to the end of the URL.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

I am not able to figure out a bug that is when I try to click on a link on my website it appears the 404

Android http URL scheme is not working when I try to launch my application from a link on my website

I try to make my Material-UI RaisedButton link to an external url without success?

When I make a POST request to my back-end and try to access the body, every property is converted to string, including arrays

Im getting always a "#" in the end of my url when I click on my delete link to delete an user via jQuery ajax

What's the cause of this link error when I try to link my executable to my library by name?

How do I make my bootstrap navbar stick to the top of the page when scrolling?

How do I make my macro run when 'save' is selected?

When I reboot my Ubuntu 22.04 VirtualBox, I have to set the screen resolution again. How do I make the resolution stick?

Why does the position of my text change when I make it a link?

How can I make a search button that can combine my site url + the text on the input, and when the button was clicked, it will go to that link?

stripping out the last two [end] with sed?

Why appear undefined in the end of for-loop in JavaScript when I try to prints out layers of stars?

out of index when i try to remove one row in a listview with navigation link

Why do I get a NoClassDefFound error when I try to save my test plan?

How can i make my footer stick to bottom?

Accessing an value in defaultdict and stripping out url portion of it

Why I'm getting black rectangle instead my Bitmap when try to save it

"Accounts failed to link" error happens when I try to authorize Google Assistant at my Web service

How can I make UITableViewCell stick to bottom when isEditing is enabled?

make content slide in and out when clicking link?

Why is it when I'm downloading my array and try to get the length of it, it just spits out the number of bytes the array is

Why is Java showing me an "Out of bounds" exception when I try to remove an element from my custom Array?

Why won't my indexes be parallel with each other when I try to print out the answer?

python unittest complains about an index out of bounds (for working code) when I try import the function into my test

I am trying to make my own Batch Game, but when I try to run the Script/Code it Instantly Closes

Slumber Python library fails when I try to make get call when URL had dashes(-)

I would like to find out why my Login works on 000Webhost but does not work when I try on my system

How do I make and end screen when my player class collide with one of my platform class?