-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
Undefined headers in successful responses #282
Comments
Any updates here, @stcheng? |
@Sirach99 it seems that multiple fixes have been merged. Were you able to determine if the past fixes addressed the issue and debug it to figure out the problem? |
Hi @stcheng, sorry for the delay. The PR I just added results in displaying the headers as expected. However, the |
Accidentally was not making call to Insights API. Now that I am, I see the PR solves header issue I was having 👍 |
Which SDK version are you using?
19.0.2
What's the issue? / Observed Results
Headers are undefined in successful responses. Like
However, headers are set correctly in errored responses. Like
This has been a frequently requested fix, see:
#87 (comment)
#219
#220
Steps/Sample code to reproduce the issue
user.getAdAccounts
)Expected Results:
Headers to contain values such as
x-app-usage
andx-fb-ads-insights-throttle
.This is very important for throttling API calls.
cc: @stcheng
The text was updated successfully, but these errors were encountered: