Java Developer

Fidelity Investments, Contract Durham, North Carolina, United States Posted 3 weeks ago Deadline : March 18, 2025 3 weeks ago

Scrum Master

Fidelity Investments, Contract Westlake , Texas, United States Posted 1 month ago Deadline : March 7, 2025 1 month ago

Full Stack Developer

Fidelity Investments, Contract Salt Lake City , Utah, United States Posted 1 month ago Deadline : February 26, 2025 1 month ago

Automation Analytics and Intelligence

Fidelity Investments, Contract Merrimack, New Hampshire, United States Posted 2 months ago Deadline : February 7, 2025 2 months ago

PowerApps Tech Lead Developer

Fidelity Investments, Contract Westlake , Texas, United States Posted 2 months ago Deadline : January 29, 2025 2 months ago

Salesforce Business Analyst

Fidelity Investments, Contract Westlake , Texas, United States Posted 2 months ago Deadline : January 23, 2025 2 months ago

KDB Developer

Fidelity Investments, Contract Westlake , Texas, United States Posted 2 months ago Deadline : January 16, 2025 2 months ago

ETL Developer/Analyst

Fidelity Investments, Contract Westlake , Texas, United States Posted 2 months ago Deadline : January 11, 2025 2 months ago

Java Cloud Engineer

Fidelity Investments, Contract Westlake , Texas, United States Posted 3 months ago Deadline : December 13, 2024 3 months ago

Ruby and Node Developer

Fidelity Investments, Contract Durham, North Carolina, United States Posted 4 months ago Deadline : December 5, 2024 4 months ago

ETL Test lead

Fidelity Investments, Contract Westlake , Texas, United States Posted 4 months ago Deadline : November 20, 2024 4 months ago

Network Deployment Engineer

NVIDIA Corporation, Contract Santa Clara, California, United States Posted 4 months ago Deadline : November 14, 2024 4 months ago

Content Strategist

Fidelity Investments, Contract Boston, Massachusetts, United States Posted 5 months ago Deadline : October 14, 2024 5 months ago

Cockroach DBA

Fidelity Investments, Contract Westlake , Texas, United States Posted 6 months ago Deadline : October 2, 2024 6 months ago

SAP SD Expert

NVIDIA Corporation, Contract Santa Clara, California, United States Posted 8 months ago Deadline : July 16, 2024 8 months ago

.NET Developer

Fidelity Investments, Contract Boston, Massachusetts, United States Posted 8 months ago Deadline : July 9, 2024 8 months ago

Data Modeler

Fidelity Investments, Contract Durham, North Carolina, United States Posted 11 months ago Deadline : April 25, 2024 11 months ago

SAP Demand to Supply

HydraForce, Inc, Contract Lincolnshire, Illinois, United States Posted 11 months ago Deadline : April 9, 2024 11 months ago

Data Analyst

Fidelity Investments, Contract Durham, North Carolina, United States Posted 1 year ago Deadline : March 28, 2024 1 year ago

AWS Data Engineer

Fidelity Investments, Contract Westlake , Texas, United States Posted 1 year ago Deadline : March 26, 2024 1 year ago

Cloud Engineer

Fidelity Investments, Contract Durham, North Carolina, United States Posted 1 year ago Deadline : March 7, 2024 1 year ago

SDET

NVIDIA Corporation, Contract Santa Clara, California, United States Posted 1 year ago Deadline : February 23, 2024 1 year ago

Cloud Automation Engineer

Fidelity Investments, Contract Durham, North Carolina, United States Posted 1 year ago Deadline : February 16, 2024 1 year ago

Principal Software Engineer

Fidelity Investments, Contract Boston, Massachusetts, United States Posted 1 year ago Deadline : January 17, 2024 1 year ago

Data Engineer

Fidelity Investments, Contract Durham, North Carolina, United States Posted 1 year ago Deadline : November 8, 2023 1 year ago

Request history8.1.32PHP Version4.17sRequest Duration649MBMemory UsageGET employer/{user_name}/jobsRoute
    • Booting (3.93s)time
    • Application (240ms)time
    • 1 x Booting (94.23%)
      3.93s
      1 x Application (5.77%)
      240ms
      3 templates were rendered
      • frontend.jobs-by-employerjobs-by-employer.blade.php#?blade
      • pagination::bootstrap-5bootstrap-5.blade.php#?blade
      • layouts.themetheme.blade.php#?blade
      uri
      GET employer/{user_name}/jobs
      middleware
      web
      controller
      App\Http\Controllers\JobController@jobsByEmployer
      namespace
      prefix
      where
      as
      jobs_by_employer
      file
      app/Http/Controllers/JobController.php:786-804
      31 statements were executed (24 duplicates)Show only duplicates198ms
      • JobController.php#792clientfyi_final3.36msselect * from `users` where `users`.`company_slug` like '%FidelityInvestments%' limit 1
        Bindings
        • 0: %FidelityInvestments%
        Backtrace
        • app/Http/Controllers/JobController.php:792
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#801clientfyi_final3.5msselect count(*) as aggregate from `jobs` where `jobs`.`user_id` like '%2094%'
        Bindings
        • 0: %2094%
        Backtrace
        • app/Http/Controllers/JobController.php:801
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • JobController.php#801clientfyi_final20.54msselect * from `jobs` where `jobs`.`user_id` like '%2094%' order by `updated_at` desc limit 25 offset 0
        Bindings
        • 0: %2094%
        Backtrace
        • app/Http/Controllers/JobController.php:801
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • jobs-by-employer.blade.php#33clientfyi_final510μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final480μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final460μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final440μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final430μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final450μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final430μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final440μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final460μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final450μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final430μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final420μsselect * from `users` where `users`.`id` = 20948 limit 1
        Bindings
        • 0: 20948
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final440μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final440μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final440μsselect * from `users` where `users`.`id` = 20948 limit 1
        Bindings
        • 0: 20948
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final430μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final8.68msselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final500μsselect * from `users` where `users`.`id` = 82094 limit 1
        Bindings
        • 0: 82094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final490μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final480μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final1.62msselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final6.92msselect * from `users` where `users`.`id` = 20948 limit 1
        Bindings
        • 0: 20948
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final530μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final490μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • jobs-by-employer.blade.php#33clientfyi_final490μsselect * from `users` where `users`.`id` = 2094 limit 1
        Bindings
        • 0: 2094
        Backtrace
        • view::frontend.jobs-by-employer:33
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#101clientfyi_final720μsselect * from `categories` where `job_count` >= 1 order by `job_count` desc
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.theme:101
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#102clientfyi_final78.38msSELECT jobs.state_id,jobs.state_name, COUNT(*) AS numberOfSales FROM jobs JOIN states ON states.id = jobs.state_id GROUP BY jobs.state_id,jobs.state_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:102
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • theme.blade.php#103clientfyi_final64.51msSELECT jobs.city_id,jobs.city_name, COUNT(*) AS numberOfcities FROM jobs JOIN cities ON cities.id = jobs.city_id GROUP BY jobs.city_id,jobs.city_name ORDER BY COUNT(*) DESC limit 15
        Backtrace
        • view::layouts.theme:103
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Category
      138Category.php#?
      App\Models\User
      26User.php#?
      App\Models\Job
      25Job.php#?
          _token
          GgvDDP7UXxmDtYfJIkMnVzLNpEDlTkKwZOsKKa8c
          _previous
          array:1 [ "url" => "https://pingjob.com/employer/FidelityInvestments/jobs" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /employer/FidelityInvestments/jobs
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:25 [ "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "priority" => array:1 [ 0 => "u=0, i" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cf-connecting-ip" => array:1 [ 0 => "3.143.254.10" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "cf-ray" => array:1 [ 0 => "92d38d151f8adadc-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "3.143.254.10" ] "x-real-ip" => array:1 [ 0 => "172.70.127.66" ] "host" => array:1 [ 0 => "pingjob.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Tue, 08 Apr 2025 17:40:43 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNRdFZ4WTRHQi9CM0locjUyeU1tREE9PSIsInZhbHVlIjoicDl6SjlPbk9EUm55T3RKcVNaek9NVHhXTjM2SzhtSDFUcHIyd1JmRnIvblpORzc3U3MybFNUN1NETkZKSGh4dVpsUVR1QmJuaGdBZnhMYldwcWNVYTFzdXgreTNrTEpwSHJUUmZzRFk3b3JnMG04ejVabEhwM0R0VlRNTmtqbVQiLCJtYWMiOiJhYzM4NGZiMjhhODAxYjExMDM3NjJhOGY5NTkwYzg0ZGJhZWUyNDZmYTJiM2ZmYzcxYWU3OWIzYzc1ZmVhMmI2IiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 19:40:44 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImNRdFZ4WTRHQi9CM0locjUyeU1tREE9PSIsInZhbHVlIjoicDl6SjlPbk9EUm55T3RKcVNaek9NVHhXTjM2SzhtSDFUcHIyd1JmRnIvblpORzc3U3MybFNUN1NETkZKSGh4dVpsUVR1Q" 1 => "laravel_session=eyJpdiI6InZDRlVsd3JHdDFiWUtJd2hPRUdtY0E9PSIsInZhbHVlIjoiQkF6di9ieFh3SkZ4ZFY4S0JBOTBCeEhyd0QwbjNoQ2V2UHQ5L2dEcWVFUE5ENlRwbzVvTVRMMEh1enQreXFFZEkrMXhMY1VxalFCNElTbWVOdVFhNC9FMkxYT1JDeTZlaDZBdUZRYTUxYVdEcHl4TXFDYjFxM2lYWUljZ2s3aU4iLCJtYWMiOiI2YmUwNWEzNzQyYTliODU5MDEwMjQzNWJmZWUyMGEzYWNkOWZkMTY3MzNiMTA1OTFmYmYyODlhODlmYzZjYjQwIiwidGFnIjoiIn0%3D; expires=Tue, 08 Apr 2025 19:40:44 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6InZDRlVsd3JHdDFiWUtJd2hPRUdtY0E9PSIsInZhbHVlIjoiQkF6di9ieFh3SkZ4ZFY4S0JBOTBCeEhyd0QwbjNoQ2V2UHQ5L2dEcWVFUE5ENlRwbzVvTVRMMEh1enQreXFFZEkr" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNRdFZ4WTRHQi9CM0locjUyeU1tREE9PSIsInZhbHVlIjoicDl6SjlPbk9EUm55T3RKcVNaek9NVHhXTjM2SzhtSDFUcHIyd1JmRnIvblpORzc3U3MybFNUN1NETkZKSGh4dVpsUVR1QmJuaGdBZnhMYldwcWNVYTFzdXgreTNrTEpwSHJUUmZzRFk3b3JnMG04ejVabEhwM0R0VlRNTmtqbVQiLCJtYWMiOiJhYzM4NGZiMjhhODAxYjExMDM3NjJhOGY5NTkwYzg0ZGJhZWUyNDZmYTJiM2ZmYzcxYWU3OWIzYzc1ZmVhMmI2IiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 19:40:44 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImNRdFZ4WTRHQi9CM0locjUyeU1tREE9PSIsInZhbHVlIjoicDl6SjlPbk9EUm55T3RKcVNaek9NVHhXTjM2SzhtSDFUcHIyd1JmRnIvblpORzc3U3MybFNUN1NETkZKSGh4dVpsUVR1Q" 1 => "laravel_session=eyJpdiI6InZDRlVsd3JHdDFiWUtJd2hPRUdtY0E9PSIsInZhbHVlIjoiQkF6di9ieFh3SkZ4ZFY4S0JBOTBCeEhyd0QwbjNoQ2V2UHQ5L2dEcWVFUE5ENlRwbzVvTVRMMEh1enQreXFFZEkrMXhMY1VxalFCNElTbWVOdVFhNC9FMkxYT1JDeTZlaDZBdUZRYTUxYVdEcHl4TXFDYjFxM2lYWUljZ2s3aU4iLCJtYWMiOiI2YmUwNWEzNzQyYTliODU5MDEwMjQzNWJmZWUyMGEzYWNkOWZkMTY3MzNiMTA1OTFmYmYyODlhODlmYzZjYjQwIiwidGFnIjoiIn0%3D; expires=Tue, 08-Apr-2025 19:40:44 GMT; path=/; httponlylaravel_session=eyJpdiI6InZDRlVsd3JHdDFiWUtJd2hPRUdtY0E9PSIsInZhbHVlIjoiQkF6di9ieFh3SkZ4ZFY4S0JBOTBCeEhyd0QwbjNoQ2V2UHQ5L2dEcWVFUE5ENlRwbzVvTVRMMEh1enQreXFFZEkr" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "GgvDDP7UXxmDtYfJIkMnVzLNpEDlTkKwZOsKKa8c" "_previous" => array:1 [ "url" => "https://pingjob.com/employer/FidelityInvestments/jobs" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-08 17:40:44GET/employer/FidelityInvestments/jobs331189