Thread Web Scraping (12 answers)
Opened by kimmy at 2018-10-30 12:38

rosti
 2018-10-30 16:31
#189051 #189051
User since
2011-03-19
3219 Artikel
BenutzerIn
[Homepage]
user image
2018-10-30T12:44:58 kimmy
ja, ich bekomme den Status 200.
Ich bekomme auch kein komplett HTML, sondern nur JS.


Doch Du bekommst HTML: Von <html> bis </html>. Sogar der Doctype ist dabei. Nur isses halt nur JS. Guck Dir an, was das macht, dann bekommst Du auch mehr ;)

MfG

PS:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GET /products/en?vendor=0&keywords=BAS16W HTTP/1.0
Connection: Close
Content-Type: application/x-www-form-urlencoded

Host: www.digikey.com

=================================================================
HTTP/1.1 200 OK
Server: instart/nginx
Date: Tue, 30 Oct 2018 16:05:00 GMT
Content-Type: text/html
Content-Length: 1346
Connection: close
Set-Cookie: i10c.bdddb=c2-8b5a0gSXxIlUDEKPHrh3A;Path=/;domain=.digikey.com
Cache-Control: no-cache, no-store
X-Instart-Request-ID: 13719301888147495117:SEN01-CPVNPPRY11:1540915500:0


Also ein Cookie ist auch dabei und der Rest sieht aus wie JSONP.
Last edited: 2018-10-30 17:08:16 +0100 (CET)

View full thread Web Scraping