firefox - Cloudflare identifying CURL -


so i'm trying create scripts have run on particular site protected cloudflare. getting 1 odd situation though:

  • whenever send curl request command line particular website (just request), reports 503.
  • when same request firefox rested client, reports 200. - running in browser executes javascript protection expected (so 200 well)

what can possibly trick identifying curl vs firefox rested client-request, both seem exact same thing? i'm using:

  • same ip
  • same user-agent (in fact tried mocking on 7 headers regular browser sends too, including accept-language accept-encoding , more)

apparently when using rested firefox add-on, uses cookies in firefox browser well. 1 of these cookies identified rested client being valid


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -