Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env ruby
- require 'net/http'
- require 'uri'
- url = "http://www.google.fr"
- http = Net::HTTP.post URI(url),
- nil,
- {
- "Set-Cookie" => "wordpress_logged_in_93a74f2b7a3841a1d3521e2ad7c0f5bf=eflcdgatcytbtbmkby%7C1612803299%7C9jAN3GcGCvHsg4EZCpfffiRTpSzVfKkWEYIMLQKY1lp%7C7a50b8f9b9f368a541367a2a896b42056de5702011cecab9bee6a48a99d56870",
- "Set-Cookie" => "PHPSESSID=kpaomk16pkijt22bi5rqpdmin6",
- "Set-Cookie" => "__cfduid=d5f819910342000f9b6a0c47fa57624841610721375",
- "Set-Cookie" => "wp-settings-time-1937=1612630500",
- "Set-Cookie" => "_ga=GA1.2.661458025.1609739588",
- "Set-Cookie" => "_gid=GA1.2.735737760.1612622232",
- "Set-Cookie" => "_gat=1",
- "Set-Cookie" => "pmpro_visit=1"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement