I've got a url e.g:
https://exampleurl.net/funky.aspx?id=4&spec=2
It's added to php but it doesn't like it and it only works if I turn it into:
https://exampleurl.net/funky.aspx?id=4&spec=2
So by using the w3school url encoding reference it will work.
If possible I was hoping someone on here has come across the same thing and found a tool that will convert it or a program. I've searched and I can't find a tool or anything that will allow me to paste in the link and encode it correctly. (I've quite a few of these to do - so would save me a lot of time than doing find and replace)
Thanks!
https://exampleurl.net/funky.aspx?id=4&spec=2
It's added to php but it doesn't like it and it only works if I turn it into:
https://exampleurl.net/funky.aspx?id=4&spec=2
So by using the w3school url encoding reference it will work.
If possible I was hoping someone on here has come across the same thing and found a tool that will convert it or a program. I've searched and I can't find a tool or anything that will allow me to paste in the link and encode it correctly. (I've quite a few of these to do - so would save me a lot of time than doing find and replace)
Thanks!