gophish / api-client-python

A Python API Client for Gophish
MIT License
45 stars 48 forks source link

Fixed issue #17 #18

Closed quelsan closed 5 years ago

quelsan commented 5 years ago

The API client was appending an extra forward slash infront of all request paths, which caused the CSRF protection to trigger on state changing request. This commit fixes the issue.

Related issue in Gophish: https://github.com/gophish/gophish/issues/1506

quelsan commented 5 years ago

17

jordan-wright commented 5 years ago

Thanks @quelsan! LGTM