HomeSoftware Heritage

browse/origin-search: Percent encode ? character only in origin URL

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

browse/origin-search: Percent encode ? character only in origin URL

When an origin URL is provided as URL argument to a Web API call performed
by XHR, only percent encode the '?' character as using encodeURIComponent
results in a 404 error in production and staging otherwise (maybe a side
effect of Varnish cache).

Related to T4675

Commit No Longer Exists

This commit no longer exists in the repository.