Im trying to implement a caching for my POST
request, but when i try to retrieve the cache it always return nil
. The cache work fine if the request is GET
any idea how to make URLCache
cache my post request?
thanks!
Im trying to implement a caching for my POST
request, but when i try to retrieve the cache it always return nil
. The cache work fine if the request is GET
any idea how to make URLCache
cache my post request?
thanks!