I am trying to write a program using ExpressJS. The user should be able to send me an url. But there is an issue. It doesn't work because the user send me the url with an url (using XMLHTTPRequest).
How can I handle urls and get methods which contain an url ? Thank you