If the get method only works once, you probably have Url cached. So on your server, add this line :
response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate");
If the get method only works once, you probably have Url cached. So on your server, add this line :
response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate");
Comments
0 comments
Please sign in to leave a comment.