You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in the server console it's logging an empty object ( '{}' )
Why am I not getting the correct content? It makes no difference if I pass the link or put it in directly, it also doesn't matter what URL I use.
The text was updated successfully, but these errors were encountered:
May be more than you need, but it worked for me. It returns an array of text in tags on the page. To get just the html, you can do $('body').html() (I think).
OK, so I'm probably doing something wrong here... I have a method that returns a scraped page, and am debugging it, this is what I have:
However, in the server console it's logging an empty object ( '{}' )
Why am I not getting the correct content? It makes no difference if I pass the link or put it in directly, it also doesn't matter what URL I use.
The text was updated successfully, but these errors were encountered: