lula / ngx-soap

Simple SOAP client for Angular
MIT License
66 stars 61 forks source link

It does not appear that 'options.withCredentials' is being applied to the http POST. #99

Open ChrisMancini opened 3 years ago

ChrisMancini commented 3 years ago

The call method accepts an options object. The httpClient.post method accepts an options object.

Within this options object is a withCredentials flag. It does not appear that this flag is pushed down to the httpClient.post method in the _invoke method.

seyfer commented 7 months ago

@ChrisMancini I think this repo is abandoned. Feel free to contribute there

https://github.com/lula/ngx-soap/issues/125#issuecomment-1898767558