Can cUrl view content added through js?

Hello,

The title is pretty self-explanatory.

I’m sending a cUrl request that retrieves the content (as in HTML code) of a web page. I would like to know what I will get will contain, say, a div created and added using javascript.

:slight_smile:

No.

curl merely returns whatever the server spits back, same thing as a web browser. The difference is - the web browser will take the data - and process it (this is where the JS is run).