Search found 2 matches

by Nixa
Mon Aug 09, 2021 7:45 pm
Forum: Compatibility with LB4
Topic: Difference in httpget$()
Replies: 2
Views: 5277

Re: Difference in httpget$()

But it definitely wouldn't be right for me to modify lb45func.bas to bypass the cache always, because that defeats the entire object of the cache in increasing speed and reducing internet traffic. I agree. That is why I copied httpget$() to my program and edit it from there. Allso, I posted that he...
by Nixa
Mon Aug 09, 2021 6:01 pm
Forum: Compatibility with LB4
Topic: Difference in httpget$()
Replies: 2
Views: 5277

Difference in httpget$()

I had problem with httpget() from my arduino server. There is difference in LB and LBB. LB doesen't cache data, while LBB does. That made LBB read cached data on every update instead of fresh data from server. By Richard's advice, I had to add "cache-controll: max-age=30" to my arduino res...