Hi All.
I have this problem, when I try to read the data coming from an API call (woocommerce) they come back correct.
It seems in any case that in B4J they remain "stored", because if I add a test order or delete the same, trying the call in the browser in GET ( type: https://example.com/wp-json/wc/v3/orders?consumer_key=xxxxx&consumer_secret=yyyyy) the data are immediately updated, while in B4J using httputils they are visible still the "old" data, the same thing happens even if I use the Tools JsonTree.jar the old data is displayed.
does jOkhttutils use cookies, cache or something else??
Any suggestions ?
Thank you
Marco
I have this problem, when I try to read the data coming from an API call (woocommerce) they come back correct.
It seems in any case that in B4J they remain "stored", because if I add a test order or delete the same, trying the call in the browser in GET ( type: https://example.com/wp-json/wc/v3/orders?consumer_key=xxxxx&consumer_secret=yyyyy) the data are immediately updated, while in B4J using httputils they are visible still the "old" data, the same thing happens even if I use the Tools JsonTree.jar the old data is displayed.
does jOkhttutils use cookies, cache or something else??
Any suggestions ?
Thank you
Marco