Skip to content

Commit

Permalink
Merge pull request #43 from bunq/fix-response-id-header-bunq/doc#34
Browse files Browse the repository at this point in the history
Fix response id header #34
  • Loading branch information
OGKevin authored Jun 1, 2018
2 parents 9c176f4 + ce4ed0e commit 1c4ac9f
Show file tree
Hide file tree
Showing 5 changed files with 1,126 additions and 1,126 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ This header should be used when uploading an Attachment's content to give it a d

The same ID that was provided in the request's X-Bunq-Client-Request-Id header. Is included in the response (and request) signature, so can be used to ensure this is the response for the sent request.

#### X-Bunq-Server-Response-Id
#### X-Bunq-Client-Response-Id

`X-Bunq-Client-Response-Id: 76cc7772-4b23-420a-9586-8721dcdde174`

Expand Down
92 changes: 46 additions & 46 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/* eslint-disable indent, no-unused-vars, no-multiple-empty-lines, max-nested-callbacks, space-before-function-paren, quotes, comma-spacing */
'use strict';

var precacheConfig = [["/index.html","d07b42b8c8838d0e682cb1b59c7aab1f"]];
var precacheConfig = [["/index.html","a77b588195fe807b4810bee0bb80b1ab"]];
var cacheName = 'sw-precache-v3--' + (self.registration ? self.registration.scope : '');


Expand Down
Loading

0 comments on commit 1c4ac9f

Please sign in to comment.