We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm work with some odata service without ssl etc, but must send queries with some http headers, it's imposible?
The text was updated successfully, but these errors were encountered:
It should work if you pass in your headers to the options hash. It looks for a :rest_options key and merges that all together. Something like:
options
:rest_options
options = {} options[:rest_options] = { :headers => { :client_version => 1 } } OData::Service.new 'url', options
Sorry, something went wrong.
@ovodopyan, were you able to solve your problem with my suggestion?
No branches or pull requests
i'm work with some odata service without ssl etc, but must send queries with some http headers, it's imposible?
The text was updated successfully, but these errors were encountered: