I am on Javascript/Node.js and when I'm making a HTTP request with this query parameter:
?key="https://me.yahoo.com/a/xt4hQ7QYssA8hymJKv8MeVQQKGhq_1jwvas-#a6e6f"
I get an error because it shops of everything after:
?key="https://me.yahoo.com/a/xt4hQ7QYssA8hymJKv8MeVQQKGhq_1jwvas-
I wonder how I can encode this string so it doesn't chop it off?