You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to use this library to connect to Adobe Analytics rest service. Unfortunately it kept rejecting my requests with an error about the created date.
I managed to get a js implementation working and compared the X-WSSE header information and noticed that the working implementation preprended the pywsse header with UsernameToken and appended it with Algorithm="SHA256"
I amended the __call__ method WSSEAuth appropriately and the request was accepted.
The text was updated successfully, but these errors were encountered:
I have been trying to use this library to connect to Adobe Analytics rest service. Unfortunately it kept rejecting my requests with an error about the created date.
I managed to get a js implementation working and compared the X-WSSE header information and noticed that the working implementation preprended the pywsse header with
UsernameToken
and appended it withAlgorithm="SHA256"
I amended the
__call__
method WSSEAuth appropriately and the request was accepted.The text was updated successfully, but these errors were encountered: