Sha256: bbf601a2233fe3f39e0ad1e7845e5551b1ee506d2bd1374ce4661ea5ba2f7ea8
Contents?: true
Size: 280 Bytes
Versions: 23
Compression:
Stored size: 280 Bytes
Contents
<!DOCTYPE html> <body> <h1>Intercept request example</h1> <script type='text/javascript' src='http://code.jquery.com/jquery-1.8.2.min.js'></script> <script type='text/javascript'> $(function () { $.post('http://example.com/', { foo: 'bar' }); }) </script> </body>
Version data entries
23 entries across 23 versions & 1 rubygems