How can I pass an URL to another website as parameter to an action method? For example: https://www.youtube.com/watch?v=IEgkUKCwi30
Something like this won’t work:
http://localhost:61596/MyController/MyAction?Url=https://www.youtube.com/watch?v=IEgkUKCwi30
Do I need to kind of encode the URL?