We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

& in URL no longer recognised

more options

In SharePoint I am able to add a source to a link to redirect to a particular page. To do this I use &Source= in the url. The links always used to work in Firefox. However, now it comes up with an error and 'no item exists'. The same links work fine in other browsers. I presume something has changed in a recent update so that '&' is no longer recognised, but can this be corrected?

In SharePoint I am able to add a source to a link to redirect to a particular page. To do this I use &Source= in the url. The links always used to work in Firefox. However, now it comes up with an error and 'no item exists'. The same links work fine in other browsers. I presume something has changed in a recent update so that '&' is no longer recognised, but can this be corrected?

Выбранное решение

The & character is used in millions of URLs and should still work in yours. However, if source is the first or only parameter, you should leave out the & before Source. For example:

myscript.asp?param1=X&Source=Y

myscript.asp?Source=Y

Прочитайте этот ответ в контексте 👍 0

Все ответы (1)

more options

Выбранное решение

The & character is used in millions of URLs and should still work in yours. However, if source is the first or only parameter, you should leave out the & before Source. For example:

myscript.asp?param1=X&Source=Y

myscript.asp?Source=Y