I have just had an app rejected by the App Store due to ipv6 failure
but the threads from 2016 I can see regarding this is mentioning the iNet library.
I don't use iNet library (at least the new log function tells me I'm not) nor the iNetwork libary.
I am using the iHttp library version 1.01 and a
Class module called HttpUtils2 version 2.01
with a setup like this:
Dim mccfjob As HttpJob
mccfjob.Initialize("ggbsjob", Me)
mccfjob.PostString(GetUpdateFile, GetUpdatePull)
And then a simple JobDone sub for returns.
Don't use any direct ip adressing, just network names in the form
http://www.nameofsite.com/filename
Is the iHttp libary and the class module HttpUtils2 still viable / are there updates to them ?
but the threads from 2016 I can see regarding this is mentioning the iNet library.
I don't use iNet library (at least the new log function tells me I'm not) nor the iNetwork libary.
I am using the iHttp library version 1.01 and a
Class module called HttpUtils2 version 2.01
with a setup like this:
Dim mccfjob As HttpJob
mccfjob.Initialize("ggbsjob", Me)
mccfjob.PostString(GetUpdateFile, GetUpdatePull)
And then a simple JobDone sub for returns.
Don't use any direct ip adressing, just network names in the form
http://www.nameofsite.com/filename
Is the iHttp libary and the class module HttpUtils2 still viable / are there updates to them ?