Plugin Directory

Changeset 2400163


Ignore:
Timestamp:
10/15/2020 01:30:26 PM (5 years ago)
Author:
amirkacem
Message:

send cache control 'no-cache' in headers to disable cache for dial api call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dial-voyants/trunk/core/DialApi.php

    r2387052 r2400163  
    3232        $args = array(
    3333            'method'      => 'POST',
     34            'headers' =>array('Cache-Control' => 'no-cache'),
    3435            'timeout'     => 20,
    3536            'body'=> $opts
     
    6566        $args = array(
    6667            'method'      => 'POST',
     68            'headers' =>array('Cache-Control' => 'no-cache'),
    6769            'timeout'     => 20,
    6870            'body'=> $opts
Note: See TracChangeset for help on using the changeset viewer.