Cloud Security SME

The Depository Trust & Clearing Corporation, Contract Tampa , Florida, United States Posted 8 months ago Deadline : May 28, 2024 8 months ago

Spark Admin

Wells Fargo & Company, Contract Charlotte, North Carolina, United States Posted 8 months ago Deadline : May 24, 2024 8 months ago

GoLang Developer

Toyota Motor Engineering & Manufacturing North America Inc, Contract Plano , Texas, United States Posted 8 months ago Deadline : May 24, 2024 8 months ago

UI / UX Lead

The Depository Trust & Clearing Corporation, Contract Tampa , Florida, United States Posted 9 months ago Deadline : May 20, 2024 9 months ago

IVR Application Developer

Delta Dental Plan Of Michigan, Contract Okemos, Michigan, United States Posted 9 months ago Deadline : May 9, 2024 9 months ago

SDET

Wells Fargo & Company, Contract Charlotte, North Carolina, United States Posted 9 months ago Deadline : May 8, 2024 9 months ago

Java developer

Wells Fargo & Company, Contract Chicago , Illinois, United States Posted 9 months ago Deadline : May 3, 2024 9 months ago

Oracle ERP Cloud Consultant

Daikin Applied, Contract Phoenix, Arizona, United States Posted 9 months ago Deadline : May 2, 2024 9 months ago

Azure Full Stack with .NET Core

Microsoft Corporation, Contract Redmond, Washington, United States Posted 9 months ago Deadline : May 1, 2024 9 months ago

Data Engineer

Delta Dental Plan Of Michigan, Contract Okemos, Michigan, United States Posted 9 months ago Deadline : April 30, 2024 9 months ago

Workday HRIS Analyst

St. Jude Children's Research Hospital, Contract Memphis, Tennessee, United States Posted 9 months ago Deadline : April 29, 2024 9 months ago

IICS ETL Informatica Developer

Blue Cross Blue Shield of Massachusetts, Contract Boston, Massachusetts, United States Posted 9 months ago Deadline : April 22, 2024 9 months ago

Python Developer

Wells Fargo & Company, Contract Charlotte, North Carolina, United States Posted 10 months ago Deadline : April 17, 2024 10 months ago

.Net Fullstack Developer

Microsoft Corporation, Contract Redmond, Washington, United States Posted 10 months ago Deadline : April 16, 2024 10 months ago

Rails Developer

University of California Berkeley, Contract Berkeley, California, United States Posted 10 months ago Deadline : April 15, 2024 10 months ago

Data Analyst

Selective Insurance Group Inc, Contract Branchville, New Jersey, United States Posted 10 months ago Deadline : April 12, 2024 10 months ago

Snowflake Data Engineer

Delta Dental Plan Of Michigan, Contract Okemos, Michigan, United States Posted 10 months ago Deadline : April 11, 2024 10 months ago

SAP Technical Architect

Cencora, Full Time Conshohocken, Pennsylvania, United States Posted 10 months ago Deadline : April 9, 2024 10 months ago

Informatica MDM Consultant

Selective Insurance Group Inc, Contract Branchville, New Jersey, United States Posted 10 months ago Deadline : April 8, 2024 10 months ago

AWS DevOps Engineer

The Depository Trust & Clearing Corporation, Contract Coppell , Texas, United States Posted 10 months ago Deadline : April 4, 2024 10 months ago

API Developer

Zurich American Insurance Company, Contract Schaumburg, Illinois, United States Posted 10 months ago Deadline : March 29, 2024 10 months ago

SAS Programmer

Delta Dental Plan Of Michigan, Contract Okemos, Michigan, United States Posted 10 months ago Deadline : March 28, 2024 10 months ago

Network Engineer

Daimler Trucks North America, Contract Redford, Michigan, United States Posted 10 months ago Deadline : March 22, 2024 10 months ago

Python Developer

The Depository Trust & Clearing Corporation, Contract Tampa , Florida, United States Posted 10 months ago Deadline : March 22, 2024 10 months ago

Middleware/Application Admin

Zurich American Insurance Company, Contract Schaumburg, Illinois, United States Posted 11 months ago Deadline : March 21, 2024 11 months ago

Request history8.1.31PHP Version2.2sRequest Duration637MBMemory UsageGET employer/{user_name}/jobsRoute
    • Booting (2.05s)time
    • Application (153ms)time
    • 1 x Booting (93.04%)
      2.05s
      1 x Application (6.96%)
      153ms
      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:784-802
      31 statements were executed (18 duplicates)Show only duplicates116ms
      • JobController.php#790clientfyi_final740μsselect * from `users` where `users`.`company_slug` like '%Abercrombie&Fitch%' limit 1
        Bindings
        • 0: %Abercrombie&Fitch%
        Backtrace
        • app/Http/Controllers/JobController.php:790
        • 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#799clientfyi_final5.67msselect count(*) as aggregate from `jobs` where `jobs`.`user_id` like '%36%'
        Bindings
        • 0: %36%
        Backtrace
        • app/Http/Controllers/JobController.php:799
        • 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#799clientfyi_final11.86msselect * from `jobs` where `jobs`.`user_id` like '%36%' order by `updated_at` desc limit 25 offset 100
        Bindings
        • 0: %36%
        Backtrace
        • app/Http/Controllers/JobController.php:799
        • 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_final470μsselect * from `users` where `users`.`id` = 22366 limit 1
        Bindings
        • 0: 22366
        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` = 6364 limit 1
        Bindings
        • 0: 6364
        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_final370μsselect * from `users` where `users`.`id` = 5936 limit 1
        Bindings
        • 0: 5936
        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_final330μsselect * from `users` where `users`.`id` = 22366 limit 1
        Bindings
        • 0: 22366
        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_final370μsselect * from `users` where `users`.`id` = 30366 limit 1
        Bindings
        • 0: 30366
        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_final330μsselect * from `users` where `users`.`id` = 6364 limit 1
        Bindings
        • 0: 6364
        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_final370μsselect * from `users` where `users`.`id` = 6364 limit 1
        Bindings
        • 0: 6364
        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_final320μsselect * from `users` where `users`.`id` = 80363 limit 1
        Bindings
        • 0: 80363
        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_final310μsselect * from `users` where `users`.`id` = 3630 limit 1
        Bindings
        • 0: 3630
        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_final310μsselect * from `users` where `users`.`id` = 30366 limit 1
        Bindings
        • 0: 30366
        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_final340μsselect * from `users` where `users`.`id` = 74369 limit 1
        Bindings
        • 0: 74369
        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_final320μsselect * from `users` where `users`.`id` = 11367 limit 1
        Bindings
        • 0: 11367
        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_final310μsselect * from `users` where `users`.`id` = 6364 limit 1
        Bindings
        • 0: 6364
        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_final320μsselect * from `users` where `users`.`id` = 3630 limit 1
        Bindings
        • 0: 3630
        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_final330μsselect * from `users` where `users`.`id` = 23654 limit 1
        Bindings
        • 0: 23654
        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_final310μsselect * from `users` where `users`.`id` = 5036 limit 1
        Bindings
        • 0: 5036
        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_final320μsselect * from `users` where `users`.`id` = 30366 limit 1
        Bindings
        • 0: 30366
        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_final370μsselect * from `users` where `users`.`id` = 336 limit 1
        Bindings
        • 0: 336
        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_final330μsselect * from `users` where `users`.`id` = 5036 limit 1
        Bindings
        • 0: 5036
        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_final400μsselect * from `users` where `users`.`id` = 22366 limit 1
        Bindings
        • 0: 22366
        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_final380μsselect * from `users` where `users`.`id` = 11365 limit 1
        Bindings
        • 0: 11365
        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_final380μsselect * from `users` where `users`.`id` = 30366 limit 1
        Bindings
        • 0: 30366
        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_final350μsselect * from `users` where `users`.`id` = 51836 limit 1
        Bindings
        • 0: 51836
        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_final370μsselect * from `users` where `users`.`id` = 22366 limit 1
        Bindings
        • 0: 22366
        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_final340μsselect * from `users` where `users`.`id` = 11365 limit 1
        Bindings
        • 0: 11365
        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_final620μ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_final46.23msSELECT 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_final42.27msSELECT 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
          aQDjnVV5X0nTpaTn7V6rebcRarzpM29RWF4AXT6v
          _previous
          array:1 [ "url" => "https://pingjob.com/employer/Abercrombie&Fitch/jobs?page=5" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /employer/Abercrombie&Fitch/jobs
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "5" ]
          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 => "18.119.98.100" ] "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 => "915a80f6e95722fd-ORD" ] "connection" => array:1 [ 0 => "close" ] "x-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-forwarded-for" => array:1 [ 0 => "18.119.98.100" ] "x-real-ip" => array:1 [ 0 => "172.71.254.141" ] "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 => "Fri, 21 Feb 2025 23:26:54 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVVeHEza0VZUlVFUk9XMmFjUFJzRUE9PSIsInZhbHVlIjoibTkwZDM0TW5jWnF5cFFhSzJleUFUR1BNeGJDU01kb3YxRDBUby9EZkMvUXh0Skc5MXNadlA5UTVEZCtKN0VuWGsyMzVpeGc2ZklSUm14VzdKY1ZnSVRscCs3eHBoZW1DNmxidVAxc0ZQWmxxRGRTUE11YWZrSFk5NkRyY05PUjIiLCJtYWMiOiI1ZDI3NWQxNTVkNWY4YzE3MzgwYTA3ZGNjOThhZDExZjVmNjVjZTI4ZTU3N2Q0ZGI3NzczNWM5OWFlYjhlZTM4IiwidGFnIjoiIn0%3D; expires=Sat, 22 Feb 2025 01:26:54 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InVVeHEza0VZUlVFUk9XMmFjUFJzRUE9PSIsInZhbHVlIjoibTkwZDM0TW5jWnF5cFFhSzJleUFUR1BNeGJDU01kb3YxRDBUby9EZkMvUXh0Skc5MXNadlA5UTVEZCtKN0VuWGsyMzVpe" 1 => "laravel_session=eyJpdiI6Ik5IYkZ2K2JtSm93VGJ0NmRXNFk3Nnc9PSIsInZhbHVlIjoicXpkVm52Y1MrWDBhKytwMExpNVBDMjN0Rk9qUjhsNnIrVHdnby9YWlpJaGZzZ1ZGQ041am5YU0c3eUh6YXVQQnUwZ244Y3k4bEpnUnl4Wkw2L29RdXdmRlZrLyttRmtINDgrZ2d0RmJxeHE2aFhGcnJ0czVrY2tXV0hOa0dnRG0iLCJtYWMiOiIxNzNhZDgyMWYwODBkNTRlYmRmYjQ0ZWM4MDgwNWZmNGYwZDQ1MjdlYjc4ODczNzg1ODQzZjZjNGRlZDczYjUwIiwidGFnIjoiIn0%3D; expires=Sat, 22 Feb 2025 01:26:54 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6Ik5IYkZ2K2JtSm93VGJ0NmRXNFk3Nnc9PSIsInZhbHVlIjoicXpkVm52Y1MrWDBhKytwMExpNVBDMjN0Rk9qUjhsNnIrVHdnby9YWlpJaGZzZ1ZGQ041am5YU0c3eUh6YXVQQnUw" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InVVeHEza0VZUlVFUk9XMmFjUFJzRUE9PSIsInZhbHVlIjoibTkwZDM0TW5jWnF5cFFhSzJleUFUR1BNeGJDU01kb3YxRDBUby9EZkMvUXh0Skc5MXNadlA5UTVEZCtKN0VuWGsyMzVpeGc2ZklSUm14VzdKY1ZnSVRscCs3eHBoZW1DNmxidVAxc0ZQWmxxRGRTUE11YWZrSFk5NkRyY05PUjIiLCJtYWMiOiI1ZDI3NWQxNTVkNWY4YzE3MzgwYTA3ZGNjOThhZDExZjVmNjVjZTI4ZTU3N2Q0ZGI3NzczNWM5OWFlYjhlZTM4IiwidGFnIjoiIn0%3D; expires=Sat, 22-Feb-2025 01:26:54 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InVVeHEza0VZUlVFUk9XMmFjUFJzRUE9PSIsInZhbHVlIjoibTkwZDM0TW5jWnF5cFFhSzJleUFUR1BNeGJDU01kb3YxRDBUby9EZkMvUXh0Skc5MXNadlA5UTVEZCtKN0VuWGsyMzVpe" 1 => "laravel_session=eyJpdiI6Ik5IYkZ2K2JtSm93VGJ0NmRXNFk3Nnc9PSIsInZhbHVlIjoicXpkVm52Y1MrWDBhKytwMExpNVBDMjN0Rk9qUjhsNnIrVHdnby9YWlpJaGZzZ1ZGQ041am5YU0c3eUh6YXVQQnUwZ244Y3k4bEpnUnl4Wkw2L29RdXdmRlZrLyttRmtINDgrZ2d0RmJxeHE2aFhGcnJ0czVrY2tXV0hOa0dnRG0iLCJtYWMiOiIxNzNhZDgyMWYwODBkNTRlYmRmYjQ0ZWM4MDgwNWZmNGYwZDQ1MjdlYjc4ODczNzg1ODQzZjZjNGRlZDczYjUwIiwidGFnIjoiIn0%3D; expires=Sat, 22-Feb-2025 01:26:54 GMT; path=/; httponlylaravel_session=eyJpdiI6Ik5IYkZ2K2JtSm93VGJ0NmRXNFk3Nnc9PSIsInZhbHVlIjoicXpkVm52Y1MrWDBhKytwMExpNVBDMjN0Rk9qUjhsNnIrVHdnby9YWlpJaGZzZ1ZGQ041am5YU0c3eUh6YXVQQnUw" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "aQDjnVV5X0nTpaTn7V6rebcRarzpM29RWF4AXT6v" "_previous" => array:1 [ "url" => "https://pingjob.com/employer/Abercrombie&Fitch/jobs?page=5" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-02-21 23:26:54GET/employer/Abercrombie&Fitch/jobs?page=5331189