54sledgehammer45

Results 2 issues of 54sledgehammer45

The explicitly set server/instance URL was being overriden by what the server returned. There are however probably good reasons for the original URL to be set by the developer. Ignoring...

https://github.com/felixlindstrom/python-salesforce-api/blob/37ed67bc46648a102c74f5d6fec0f45a9db79601/salesforce_api/login.py#L101 This creates a bug with reverse proxies or firewalled environments that specifically whitelist certain URLs. Using the existing `instance_url` to make the call to `plain_access_token(instance_url=instance_url,...)` would fix it.