acquia / http-hmac-spec

An HMAC message format for securing RESTful web APIs.
81 stars 14 forks source link

Add fixture for url with characters that should be encoded but are not #25

Open nickveenhof opened 7 years ago

nickveenhof commented 7 years ago

url:

http://localhost/endpoint?key1=value&key2[]=value

In the signature, it should NOT use the url-encoded version but the raw query url as given.