Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular http call caching issue even after no-cache

headers = new Headers({
        'Cache-Control':  'no-cache, no-store, must-revalidate, post- 
                            check=0, pre-check=0',
        'Pragma': 'no-cache',
        'Expires': '0'
    });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #angular #http #call #caching #issue
ADD COMMENT
Topic
Name
1+9 =