gsabater / Steam-Backlog

Steam Backlog is a free tool to manage your Steam library
https://steam-backlog.com
19 stars 0 forks source link

use curl http response codes to determine if a game is removed or not #40

Closed BondaCB closed 7 years ago

BondaCB commented 7 years ago

$info = curl_getinfo($ch); http_response_code($info['http_code']);

302.

NOTE: el curl a https se mueve a http con 302 http://stackoverflow.com/questions/2964834/php-check-if-url-redirects

BondaCB commented 7 years ago

Done