When running wrangler dev are HTTP request headers like CF-Connecting-IP supposed to be added?
I'm testing an implementation of a rate limiter built using DOs and CF-Connecting-IP is not present along with other request headers. Is this supposed to be added in the test environment?
1 Reply
They won't be on local mode. You probably have to use the
--remote
flag with dev and then they'll be there.