I'm coding a RSS feed reader that shows push notification each time the feed updates.
How can I do an If-modified-since request to the news site?
I'm coding a RSS feed reader that shows push notification each time the feed updates.
How can I do an If-modified-since request to the news site?
You can add an "If-modified-since" header to the HTTP GET request. For more information:
But note there are some caveats: