Szpadel / chrome-headless-render-pdf

225 stars 67 forks source link

Problem with URL Parameters #37

Closed sbsnet closed 6 years ago

sbsnet commented 6 years ago

If I try to pass in a url with parameters i'm getting error...

for example: chrome-headless-renderer-pdf --url https://sample.com/somepage.asp?x=234x3456&someVar=3&anotherVar=888

I get a message saying that "someVar" is not recognizable as an internal or external command

Any way around that?

sbsnet commented 6 years ago

found solution... surround URL in question with quotes.