Receiving Helpdesk

what states are qt located in

by Gustave Turcotte Published 3 years ago Updated 2 years ago

The QuikTrip Corporation, more commonly known as QuikTrip ( QT ), is an American chain of convenience stores based in Tulsa, Oklahoma that primarily operates in the Midwestern, Southern, and Southeastern United States as well as in Arizona.

QuikTrip owns and operates several hundred convenience stores and fuel service stations located in numerous states, including Arizona, Georgia, Iowa, Illinois, Kansas, Missouri, Nebraska, Oklahoma, and Texas.Jul 16, 2010

Full Answer

What is the use of State state in Qt?

Mar 02, 2020 · QuikTrip owns and operates several hundred convenience stores and fuel service stations located in numerous states, including Arizona, Georgia, Iowa, Illinois, Kansas, Missouri, Nebraska, Oklahoma, and Texas. Click to see full answer.

What are States in QML?

QuikTrip operates over 800 stores, which are located in the following areas of the United States: Alabama: Tuscaloosa metro (1 Store) Arizona: Phoenix metro (102 stores) Arizona: Tucson metro (20 stores) Arkansas: Little Rock metro (2 stores) Colorado: Denver metro (coming 2021) Georgia: Atlanta metro (139 stores) Iowa: Des Moines metro (33 stores)

What does Qt stand for?

Find a QuikTrip Location Search by city and state or ZIP code. City, State/Province, Zip or City & Country Geolocate. Submit a search. Advanced Filters. Distance. Distance. Clear All Apply. ... QuikTrip, QT, QT Kitchens, Fleetmaster, Freezoni, Guaranteed Gasoline, Hole Bunches, Hotzi, PumpStart, QTea, Quik’nTasty, QuikShakes, and Select Blend ...

How many QuikTrip stores are there in the US?

A state is a set of batched changes from the default configuration. All items have a default state that defines the default configuration of objects and property values. New states can be defined by adding State items to the states property to allow items to switch between different configurations. These configurations can, for example, be used ...

How many Quiktrips are there in the US?

Founded in 1958, QuikTrip has grown to a more than $11 billion company with more than 900 stores in 14 states.

Is QT only in Texas?

The QuikTrip Corporation, more commonly known as QuikTrip (QT), is an American chain of convenience stores based in Tulsa, Oklahoma that primarily operates in the Midwestern, Southern, and Southeastern United States as well as in Arizona....QuikTrip.QuikTrip location in Cedar Park, TexasWebsitewww.quiktrip.com13 more rows

Does Florida have QT?

These States and Territories do not have any QuikTrip locations - New York, Maine, Rhode Island, California, Indiana, New Mexico, Montana, Delaware, U.S. Virgin Islands, Northern Mariana Islands, Pennsylvania, North Dakota, Connecticut, Minnesota, Idaho, New Hampshire, Puerto Rico, Hawaii, Alaska, Massachusetts, ...

Is there a QuikTrip in Ohio?

QuikTrip has about 918 retail locations across 15 states, but none are located in Ohio. The closest store is in Illinois.Feb 16, 2022

Is there QT in Vegas?

Welcome to QuikTrip #1878, 2712 Las Vegas Trail.

Does Colorado have QT?

QT has been in business for 62 years and currently has more than 800 stores across 11 states. Colorado will be the company's 12th state it operates in.Jun 15, 2020

What state has the most Quiktrips?

There are a total of 853 quiktrip locations in United States as of April 21, 2021 The state with the most number of QuikTrip locations in the United States is Tulsa with 49 locations, which is 17% of all quiktrip locations in United States.Apr 21, 2021

How many Quiktrips are in Georgia?

148 QuikTrip Locations in Georgia.

How many Quiktrips are there in Tulsa?

50 QuikTrip Locations in Tulsa, OK.

Why is QuikTrip not in Oklahoma City?

Over the years the reason for QuikTrip's absence from the city has been attributed to a saturated convenience store market and what some believe to be a longstanding agreement between Bill Brown, former owner of Oklahoma City 7-Eleven locations, and QuikTrip co-founder Chester Cadieux.Dec 22, 2021

How many Quiktrips are there in Wisconsin?

Locations Per StateStateCountIowa119Wisconsin456

Where is QuikTrip headquarters located?

Tulsa, OKQuikTrip / Headquarters

What is QT Kitchens?

In 2012, QuikTrip began an initiative of offering fresh food made daily at its own bakery and commissary referred to as QT Kitchens. The products includes fresh sandwiches, wraps, salads, fruit, and various pastries made and delivered daily.

Who is Chester's son?

Chester's son, Chet, Jr., is the current CEO . In 2005, QuikTrip and Chevron were the first two retailers to earn a " Top Tier " rating from General Motors, BMW, Honda, Volkswagen, Audi, and Toyota. The "Top Tier" rating exceeds the United States Environmental Protection Agency 's standards for gasoline additives.

How many types of aquifers are there in North America?

For an overview of principal aquifers: The principal water-yielding aquifers of North America can be grouped into five types by rock type and location: unconsolidated and semiconsolidated sand and gravel aquifers, sandstone aquifers, carbonate-rock aquifers, aquifers in interbedded sandstone and carbonate rocks, and aquifers in igneous and metamorphic rocks. The pages below contain descriptions and maps of these main aquifer types:

How to identify aquifers?

Aquifers are identified by a geohydrologic unit code - a three-digit number related to the age of the formation, followed by a 4 or 5 character abbreviation for the geologic unit or aquifer name. Contacts: Ask USGS. Attribution: Water Resources. Date published: March 8, 2021.

What are the two types of aquifers?

Igneous and metamorphic-rock aquifers can be grouped into two categories: crystalline-rock and volcanic-rock. Spaces in crystalline rocks are microscopically small, few, and generally unconnected. However, because these aquifers extend over large areas, large volumes of water can be withdrawn.

What is principal aquifer?

A principal aquifer is defined as a regionally extensive aquifer or aquifer system that has the potential to be used as a source of potable (drinkable) water. For study or mapping purposes, aquifers are often combined into aquifer systems. A two-dimensional map representation of the principal aquifers of the Nation is shown below.

image

Related Types

  • Many user interface designs are state driven; interfaces have configurations that differ depending on the current state. For example, a traffic signal will configure its flags or lights depending on its state. While in the signal's stop state, a red light will turn on while the yellow and the green lights will turn off. In the cautionstate, the yellow light is on while the other lights are turned off. In QM…
See more on doc.qt.io

Creating States

  • To create a state, add a State object to the item's statesproperty, which holds a list of states for that item. A warning signal component may have two states, the NORMAL and the CRITICAL state. Suppose that in the NORMAL state, the color of the signal should be green and the warning flag is down. Meanwhile, in the CRITICAL state, the color should be red and the flag is up. We m…
See more on doc.qt.io

The Default State

  • Every Item based component has a state property and a default state. The default state is the empty string ("") and contains all of an item's initial property values. The default state is useful for managing property values before state changes. Setting the stateproperty to an empty string will load the default state.
See more on doc.qt.io

The When Property

  • For convenience, the State type has a when property that can bind to expressions to change the state whenever the bound expression evaluates to true. The when property will revert the state back to the default statewhen the expression evaluates to false. The bell component will change to the RINGING state whenever the signal.state is CRITICAL.
See more on doc.qt.io

Animating State Changes

  • State changes induce abrupt value changes. The Transition type allow smoother changes during state changes. In transitions, animations and interpolation behaviors are definable. The Animation and Transitionsarticle has more information about creating state animations. The Animationexample demonstrates how to declare a basic set of states and apply animated transi…
See more on doc.qt.io

State Fast Forwarding

  • In order for Transition to correctly animate state changes, it is sometimes necessary for the engine to fast forward and rewind a state (that is, internally set and unset the state) before it is finally applied. The process is as follows: 1. The state is fast forwarded to determine the complete set of end values. 2. The state is rewound. 3. The state is fully applied, with transitions. In some …
See more on doc.qt.io

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9
8.3.17PHP Version2.4sRequest Duration2MBMemory UsageGET {post}Route
  • warninglog[15:03:00] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter:...
  • warninglog[15:03:00] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\QueryFormatter:...
  • warninglog[15:03:00] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[15:03:00] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter...
  • warninglog[15:03:00] LOG.warning: Creation of dynamic property Barryvdh\Debugbar\DataFormatter\SimpleFormatter...
  • warninglog[15:03:00] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • warninglog[15:03:00] LOG.warning: json_decode(): Passing null to parameter #1 ($json) of type string is deprec...
  • Booting (14.88ms)
  • Application (2.38s)
  • 1 x Application (99.36%)
    2.38s
    1 x Booting (0.62%)
    14.88ms
    7 templates were rendered
    • themes.DevBlog.content.post (resources/views/themes/DevBlog/content/post.blade.php)34blade
      Params
      0
      post
      1
      postContent
      2
      author
      3
      updated_at
      4
      bing_rich_snippet_text
      5
      bing_rich_snippet_link
      6
      bing_related_keywords
      7
      google_related_keywords
      8
      bing_news_title
      9
      bing_news_description
      10
      bing_videos
      11
      bing_images
      12
      bing_search_result_title
      13
      bing_search_result_description
      14
      bing_search_result_url
      15
      bing_paa_questions
      16
      bing_paa_answers
      17
      bing_slider_faq_questions
      18
      bing_slider_faq_answers
      19
      bing_pop_faq_questions
      20
      bing_pop_faq_answers
      21
      bing_tab_faq_questions
      22
      bing_tab_faq_answers
      23
      google_faq_questions
      24
      google_faq_answers
      25
      google_rich_snippet
      26
      google_search_result
      27
      indexedArray
      28
      total_images
      29
      total_videos
      30
      settings
      31
      url_current
      32
      menus
      33
      sidebar
    • themes.DevBlog.layouts.master (resources/views/themes/DevBlog/layouts/master.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.head (resources/views/themes/DevBlog/panels/head.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.header (resources/views/themes/DevBlog/panels/header.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.navbar (resources/views/themes/DevBlog/panels/navbar.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.footer (resources/views/themes/DevBlog/panels/footer.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    • themes.DevBlog.panels.scripts (resources/views/themes/DevBlog/panels/scripts.blade.php)41blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      post
      4
      postContent
      5
      author
      6
      updated_at
      7
      bing_rich_snippet_text
      8
      bing_rich_snippet_link
      9
      bing_related_keywords
      10
      google_related_keywords
      11
      bing_news_title
      12
      bing_news_description
      13
      bing_videos
      14
      bing_images
      15
      bing_search_result_title
      16
      bing_search_result_description
      17
      bing_search_result_url
      18
      bing_paa_questions
      19
      bing_paa_answers
      20
      bing_slider_faq_questions
      21
      bing_slider_faq_answers
      22
      bing_pop_faq_questions
      23
      bing_pop_faq_answers
      24
      bing_tab_faq_questions
      25
      bing_tab_faq_answers
      26
      google_faq_questions
      27
      google_faq_answers
      28
      google_rich_snippet
      29
      google_search_result
      30
      indexedArray
      31
      total_images
      32
      total_videos
      33
      settings
      34
      url_current
      35
      menus
      36
      sidebar
      37
      i
      38
      __currentLoopData
      39
      loop
      40
      item
    uri
    GET {post}
    middleware
    web, checkdate
    as
    post.show
    controller
    App\Http\Controllers\Frontend\json_data\PostController@show
    namespace
    where
    file
    app/Http/Controllers/Frontend/json_data/PostController.php:18-166
    7 statements were executed2.35s
    • select * from `posts` where `published_at` <= '2025-05-03 15:03:00' and `slug` = 'what-states-are-qt-located-in' and `posts`.`deleted_at` is null limit 1
      6.9ms/app/Providers/RouteServiceProvider.php:54receivinghelpdeskask
      Metadata
      Bindings
      • 0. 2025-05-03 15:03:00
      • 1. what-states-are-qt-located-in
      Backtrace
      • 15. /app/Providers/RouteServiceProvider.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:842
      • 19. Route binding:39
      • 20. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 21. /vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78
    • select * from `json_post_contents` where `json_post_contents`.`post_id` = 140936 and `json_post_contents`.`post_id` is not null and `rewrite_id` = 0
      8.09msmiddleware::checkdate:30receivinghelpdeskask
      Metadata
      Bindings
      • 0. 140936
      • 1. 0
      Backtrace
      • 19. middleware::checkdate:30
      • 20. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 21. /vendor/laravel/jetstream/src/Http/Middleware/ShareInertiaData.php:61
      • 22. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
    • select * from `nova_menu_menus` where `slug` = 'header' limit 1
      1.35ms/vendor/outl1ne/nova-menu-builder/src/helpers.php:32receivinghelpdeskask
      Metadata
      Bindings
      • 0. header
      Backtrace
      • 15. /vendor/outl1ne/nova-menu-builder/src/helpers.php:32
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `nova_menu_menu_items` where `nova_menu_menu_items`.`menu_id` = 1 and `nova_menu_menu_items`.`menu_id` is not null and `parent_id` is null order by `parent_id` asc, `order` asc, `name` asc
      860μs/vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35receivinghelpdeskask
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 19. /vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35
      • 20. /vendor/outl1ne/nova-menu-builder/src/helpers.php:33
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `nova_menu_menu_items` where `nova_menu_menu_items`.`parent_id` in (1) order by `order` asc
      1.25ms/vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35receivinghelpdeskask
      Metadata
      Backtrace
      • 24. /vendor/outl1ne/nova-menu-builder/src/Models/Menu.php:35
      • 25. /vendor/outl1ne/nova-menu-builder/src/helpers.php:33
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 29. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select `id`, `post_title`, `slug` from `posts` where `status` = 'publish' and `posts`.`deleted_at` is null order by RAND() limit 10
      2.34s/app/View/Composers/SidebarView.php:22receivinghelpdeskask
      Metadata
      Bindings
      • 0. publish
      Backtrace
      • 14. /app/View/Composers/SidebarView.php:22
      • 15. /app/View/Composers/SidebarView.php:12
      • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 20. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
    • select * from `fake_users` where `fake_users`.`id` = 21071 limit 1
      1.15msview::2dd102cf0462e89a4d4d8bc77355d767652bf9aa:15receivinghelpdeskask
      Metadata
      Bindings
      • 0. 21071
      Backtrace
      • 21. view::2dd102cf0462e89a4d4d8bc77355d767652bf9aa:15
      • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. /vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php:69
      • 26. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
    App\Models\FakeUser
    1
    Outl1ne\MenuBuilder\Models\MenuItem
    1
    Outl1ne\MenuBuilder\Models\Menu
    1
    App\Models\JsonPostContent
    1
    App\Models\Post
    11
        _token
        HMlTTDyWhRCK7e6XbhgkRuXTqwug8IJZI7LDDpn8
        _previous
        array:1 [ "url" => "https://receivinghelpdesk.com/ask/what-states-are-qt-located-in" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /what-states-are-qt-located-in
        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:24 [ "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "18.216.199.48" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "939ec11dc93ca3d7-ORD" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "18.216.199.48, 172.69.6.52" ] "x-server-addr" => array:1 [ 0 => "154.12.239.204" ] "host" => array:1 [ 0 => "receivinghelpdesk.com" ] ]
        request_server
        0 of 0
        array:55 [ "USER" => "runcloud" "HOME" => "/home/runcloud" "SCRIPT_NAME" => "/ask/index.php" "REQUEST_URI" => "/ask/what-states-are-qt-located-in" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/ask/what-states-are-qt-located-in" "REMOTE_PORT" => "51396" "SCRIPT_FILENAME" => "/home/runcloud/webapps/ReceivingHelpDesk/ask/index.php" "SERVER_ADMIN" => "you@example.com" "CONTEXT_DOCUMENT_ROOT" => "/home/runcloud/webapps/ReceivingHelpDesk/" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "http" "DOCUMENT_ROOT" => "/home/runcloud/webapps/ReceivingHelpDesk/" "REMOTE_ADDR" => "172.69.6.52" "SERVER_PORT" => "80" "SERVER_ADDR" => "127.0.0.1" "SERVER_NAME" => "receivinghelpdesk.com" "SERVER_SOFTWARE" => "Apache/2.4.63 (Unix) OpenSSL/1.1.1f" "SERVER_SIGNATURE" => "" "LD_LIBRARY_PATH" => "/RunCloud/Packages/apache2-rc/lib" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_CONNECTING_IP" => "18.216.199.48" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_CF_RAY" => "939ec11dc93ca3d7-ORD" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_PRIORITY" => "u=0, i" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_CONNECTION" => "close" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_FOR" => "18.216.199.48, 172.69.6.52" "HTTP_X_SERVER_ADDR" => "154.12.239.204" "HTTP_HOST" => "receivinghelpdesk.com" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/ask/index.php" "REQUEST_TIME_FLOAT" => 1746264780.5647 "REQUEST_TIME" => 1746264780 ]
        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 => "Sat, 03 May 2025 09:33:00 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => -1 ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJJc1FWcDRySmRaZ21JUi81SmhoN3c9PSIsInZhbHVlIjoiOTYxSE8zblltMnp5Nys0WXgzcnBPRG9MZ3VnMTJCNURCYzB6MFk3L2hiOFUxTDNVcGZvdmhLUk1qeXBicUZvRCtlbDZUdUpuNGpsbmJKV0FvckxpK09Xa1RaTEhKOGVlWkppa0FpTXU5aWpiT2MyREhHbzFRL1VyNHkxOHlab1AiLCJtYWMiOiI4NDA2MDhkNGI0MmJkNDMxYzNhMzg5NDhmMzE1ZTMzZDZkNGJlNzI5M2FkMzY1MzQxMzI1NjE0ZDJlZTkzY2Q0IiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 11:33:02 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImJJc1FWcDRySmRaZ21JUi81SmhoN3c9PSIsInZhbHVlIjoiOTYxSE8zblltMnp5Nys0WXgzcnBPRG9MZ3VnMTJCNURCYzB6MFk3L2hiOFUxTDNVcGZvdmhLUk1qeXBicUZvRCtlbDZUd" 1 => "askhelpdesk_session=eyJpdiI6IlBrQUV0R2JpSGhNNXlTdmk4VFF3M3c9PSIsInZhbHVlIjoiNzN0eks0SXE4RXcrQi9UalVWWlZIWFNOVG84eFNEUmdSM1ArWFJoVmN3WVNDdjl6bm9Wai9uS0VQUitLUXFIUUJ4eGdxVGh5ZW5vY09rR1l5UWxXY3ZnWHY3OXF2bFVmWkRjOVA5U3h3bWNpeEphcVR2UUtZVGprWDBTU2NkcEkiLCJtYWMiOiI1YTc0MGViYWVkNWM1ODJkYjQzZGVhMDliMTc1OTc4ZjYwN2MyMTMwMWRhNjlkOGMwZmY3YmIyNzUxNGVlNWQyIiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 11:33:02 GMT; Max-Age=7200; path=/; httponly; samesite=laxaskhelpdesk_session=eyJpdiI6IlBrQUV0R2JpSGhNNXlTdmk4VFF3M3c9PSIsInZhbHVlIjoiNzN0eks0SXE4RXcrQi9UalVWWlZIWFNOVG84eFNEUmdSM1ArWFJoVmN3WVNDdjl6bm9Wai9uS0VQUitLUXFI" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJJc1FWcDRySmRaZ21JUi81SmhoN3c9PSIsInZhbHVlIjoiOTYxSE8zblltMnp5Nys0WXgzcnBPRG9MZ3VnMTJCNURCYzB6MFk3L2hiOFUxTDNVcGZvdmhLUk1qeXBicUZvRCtlbDZUdUpuNGpsbmJKV0FvckxpK09Xa1RaTEhKOGVlWkppa0FpTXU5aWpiT2MyREhHbzFRL1VyNHkxOHlab1AiLCJtYWMiOiI4NDA2MDhkNGI0MmJkNDMxYzNhMzg5NDhmMzE1ZTMzZDZkNGJlNzI5M2FkMzY1MzQxMzI1NjE0ZDJlZTkzY2Q0IiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 11:33:02 GMT; path=/XSRF-TOKEN=eyJpdiI6ImJJc1FWcDRySmRaZ21JUi81SmhoN3c9PSIsInZhbHVlIjoiOTYxSE8zblltMnp5Nys0WXgzcnBPRG9MZ3VnMTJCNURCYzB6MFk3L2hiOFUxTDNVcGZvdmhLUk1qeXBicUZvRCtlbDZUd" 1 => "askhelpdesk_session=eyJpdiI6IlBrQUV0R2JpSGhNNXlTdmk4VFF3M3c9PSIsInZhbHVlIjoiNzN0eks0SXE4RXcrQi9UalVWWlZIWFNOVG84eFNEUmdSM1ArWFJoVmN3WVNDdjl6bm9Wai9uS0VQUitLUXFIUUJ4eGdxVGh5ZW5vY09rR1l5UWxXY3ZnWHY3OXF2bFVmWkRjOVA5U3h3bWNpeEphcVR2UUtZVGprWDBTU2NkcEkiLCJtYWMiOiI1YTc0MGViYWVkNWM1ODJkYjQzZGVhMDliMTc1OTc4ZjYwN2MyMTMwMWRhNjlkOGMwZmY3YmIyNzUxNGVlNWQyIiwidGFnIjoiIn0%3D; expires=Sat, 03-May-2025 11:33:02 GMT; path=/; httponlyaskhelpdesk_session=eyJpdiI6IlBrQUV0R2JpSGhNNXlTdmk4VFF3M3c9PSIsInZhbHVlIjoiNzN0eks0SXE4RXcrQi9UalVWWlZIWFNOVG84eFNEUmdSM1ArWFJoVmN3WVNDdjl6bm9Wai9uS0VQUitLUXFI" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "HMlTTDyWhRCK7e6XbhgkRuXTqwug8IJZI7LDDpn8" "_previous" => array:1 [ "url" => "https://receivinghelpdesk.com/ask/what-states-are-qt-located-in" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]