Get response headers when using EVENT_AFTER_FETCH_FEED
event
#1367
andrewhawkes
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you listen for the
EVENT_AFTER_FETCH_FEED
event you can get the response data/body.Is there any way to get the response headers also?
An API I'm working with annoyingly returns the pagination URL in the response headers so I need to modify the response so FeedMe can access it.
Beta Was this translation helpful? Give feedback.
All reactions