POST https://rent.n46.net/en/landlord/properties/new

LandlordPropertyController :: new

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
landlord_property
[
  "cadastralType" => "Teren"
  "cadastralId" => "0121107.0183"
  "tenant" => "1"
  "submit" => ""
  "_token" => "cx5Ov7vqTBev1jegS5ajNRs/"
]

Uploaded Files

No uploaded files

Request Attributes

Key Value
_controller
"App\Controller\Landlord\LandlordPropertyController::new"
_controller_attributes
[
  Symfony\Component\Routing\Attribute\Route {#1214
    +methods: []
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/landlord/properties"
    +name: null
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
  Symfony\Component\Security\Http\Attribute\IsGranted {#1222
    +methods: []
    +attribute: "ROLE_LANDLORD"
    +subject: null
    +message: null
    +statusCode: null
    +exceptionCode: null
  }
  Symfony\Component\Routing\Attribute\Route {#1230
    +methods: [
      "GET"
      "POST"
    ]
    +envs: []
    +schemes: []
    +aliases: []
    +path: "/new"
    +name: "landlord_property_new"
    +requirements: []
    +options: []
    +defaults: []
    +host: null
    +condition: null
    +priority: null
  }
]
_firewall_context
"security.firewall.map.context.landlord_secured_area"
_locale
"en"
_route
"landlord_property_new"
_route_params
[
  "_locale" => "en"
]
_security_authenticators
[]
_security_firewall_run
"_security_landlord"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#646
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#602 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#648
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#649 …}
  }
]
_stopwatch_token
"0daeb1"
csrf-token
259

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.9"
authorization
""
content-length
"210"
content-type
"application/x-www-form-urlencoded"
cookie
"g_state={"i_l":0,"i_ll":1780667510488,"i_e":{"enable_itp_optimization":0},"i_et":1777485418015}; _ga_L5K3YX32BH=GS2.1.s1780596221$o36$g1$t1780597624$j60$l0$h0; _ga=GA1.1.1593883029.1777877958; AMP_a04bb926f4=JTdCJTIyZGV2aWNlSWQlMjIlM0ElMjJkZGE2ZWIwMy1iOWI5LTQwMmEtOTg5OS03MjhjMzBhMTY3NzglMjIlMkMlMjJzZXNzaW9uSWQlMjIlM0ExNzc4NTYyODA4NDgyJTJDJTIyb3B0T3V0JTIyJTNBZmFsc2UlMkMlMjJwYWdlQ291bnRlciUyMiUzQTAlN0Q=; REMEMBERME_TENANT=%3AbGlsaWFuLnJ1ZGVuY29AZ21haWwuY29t%3A1781212018%3A-dg3cSKTYIqnP115C0WyaJBl9Mr42hAc-rHqjJ-zDco~8LTKiW1jDhV7w9R-8mQL_a5dvYLN6MCdSzqcEjKqg8g~; PHPSESSID=d655084221154281fd089326a5ab8353; tenant_secured_area_auth_profile_token=c2ad12; landlord_secured_area_auth_profile_token=ba8fe1; __Host-csrf-token_cx5Ov7vqTBev1jegS5ajNRs/=csrf-token"
host
"rent.n46.net"
origin
"https://rent.n46.net"
priority
"u=0, i"
referer
"https://rent.n46.net/en/landlord/properties/new"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
te
"trailers"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0"
x-php-ob-level
"0"

Request Content

Raw

landlord_property%5BcadastralType%5D=Teren&landlord_property%5BcadastralId%5D=0121107.0183&landlord_property%5Btenant%5D=1&landlord_property%5Bsubmit%5D=&landlord_property%5B_token%5D=cx5Ov7vqTBev1jegS5ajNRs%2F

Retry Command

curl \
  --compressed \
  --request POST \
  --url 'https://rent.n46.net/en/landlord/properties/new' \
  --header 'Te: trailers' \
  --header 'Priority: u=0, i' \
  --header 'Sec-Fetch-User: ?1' \
  --header 'Sec-Fetch-Site: same-origin' \
  --header 'Sec-Fetch-Mode: navigate' \
  --header 'Sec-Fetch-Dest: document' \
  --header 'Upgrade-Insecure-Requests: 1' \
  --header 'Origin: https://rent.n46.net' \
  --header 'Content-Length: 210' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'Referer: https://rent.n46.net/en/landlord/properties/new' \
  --header 'Accept-Encoding: gzip, deflate, br, zstd' \
  --header 'Accept-Language: en-US,en;q=0.9' \
  --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
  --header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0' \
  --header 'Authorization: ' \
  --header 'X-Php-Ob-Level: 0' \
  --cookie 'g_state=%7B%22i_l%22%3A0%2C%22i_ll%22%3A1780667510488%2C%22i_e%22%3A%7B%22enable_itp_optimization%22%3A0%7D%2C%22i_et%22%3A1777485418015%7D; _ga_L5K3YX32BH=GS2.1.s1780596221%24o36%24g1%24t1780597624%24j60%24l0%24h0; _ga=GA1.1.1593883029.1777877958; AMP_a04bb926f4=JTdCJTIyZGV2aWNlSWQlMjIlM0ElMjJkZGE2ZWIwMy1iOWI5LTQwMmEtOTg5OS03MjhjMzBhMTY3NzglMjIlMkMlMjJzZXNzaW9uSWQlMjIlM0ExNzc4NTYyODA4NDgyJTJDJTIyb3B0T3V0JTIyJTNBZmFsc2UlMkMlMjJwYWdlQ291bnRlciUyMiUzQTAlN0Q%3D; REMEMBERME_TENANT=%3AbGlsaWFuLnJ1ZGVuY29AZ21haWwuY29t%3A1781212018%3A-dg3cSKTYIqnP115C0WyaJBl9Mr42hAc-rHqjJ-zDco%7E8LTKiW1jDhV7w9R-8mQL_a5dvYLN6MCdSzqcEjKqg8g%7E; PHPSESSID=d655084221154281fd089326a5ab8353; tenant_secured_area_auth_profile_token=c2ad12; landlord_secured_area_auth_profile_token=ba8fe1; __Host-csrf-token_cx5Ov7vqTBev1jegS5ajNRs%2F=csrf-token' \
  --data-raw 'landlord_property%5BcadastralType%5D=Teren&landlord_property%5BcadastralId%5D=0121107.0183&landlord_property%5Btenant%5D=1&landlord_property%5Bsubmit%5D=&landlord_property%5B_token%5D=cx5Ov7vqTBev1jegS5ajNRs%2F'

Response

Response Headers

Header Value
cache-control
"max-age=0, must-revalidate, private"
content-type
"text/html; charset=utf-8"
date
"Fri, 05 Jun 2026 14:03:02 GMT"
expires
"Fri, 05 Jun 2026 14:03:02 GMT"
location
"/en/landlord/properties/"
referrer-policy
"no-referrer, strict-origin-when-cross-origin"
set-cookie
"__Host-csrf-token_cx5Ov7vqTBev1jegS5ajNRs/=deleted; expires=Thu, 05 Jun 2025 14:03:01 GMT; Max-Age=0; path=/; secure; samesite=strict"
x-debug-token
"8efa4c"
x-robots-tag
"noindex"

Cookies

Request Cookies

Key Value
AMP_a04bb926f4
"JTdCJTIyZGV2aWNlSWQlMjIlM0ElMjJkZGE2ZWIwMy1iOWI5LTQwMmEtOTg5OS03MjhjMzBhMTY3NzglMjIlMkMlMjJzZXNzaW9uSWQlMjIlM0ExNzc4NTYyODA4NDgyJTJDJTIyb3B0T3V0JTIyJTNBZmFsc2UlMkMlMjJwYWdlQ291bnRlciUyMiUzQTAlN0Q="
PHPSESSID
"d655084221154281fd089326a5ab8353"
REMEMBERME_TENANT
":bGlsaWFuLnJ1ZGVuY29AZ21haWwuY29t:1781212018:-dg3cSKTYIqnP115C0WyaJBl9Mr42hAc-rHqjJ-zDco~8LTKiW1jDhV7w9R-8mQL_a5dvYLN6MCdSzqcEjKqg8g~"
__Host-csrf-token_cx5Ov7vqTBev1jegS5ajNRs/
"csrf-token"
_ga
"GA1.1.1593883029.1777877958"
_ga_L5K3YX32BH
"GS2.1.s1780596221$o36$g1$t1780597624$j60$l0$h0"
g_state
"{"i_l":0,"i_ll":1780667510488,"i_e":{"enable_itp_optimization":0},"i_et":1777485418015}"
landlord_secured_area_auth_profile_token
"ba8fe1"
tenant_secured_area_auth_profile_token
"c2ad12"

Response Cookies

Key Value
__Host-csrf-token_cx5Ov7vqTBev1jegS5ajNRs/
Symfony\Component\HttpFoundation\Cookie {#2049
  #expire: 1
  #path: "/"
  -sameSite: "strict"
  -secureDefault: true
  #name: "__Host-csrf-token_cx5Ov7vqTBev1jegS5ajNRs/"
  #value: null
  #domain: null
  #secure: true
  #httpOnly: false
  -raw: false
  -partitioned: false
}

Session 2

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

2 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 75
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 52
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 64
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 88
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/security-http/Firewall.php"
    "line" => 86
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/1007/domains/n46.net/rent/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bundle\FrameworkBundle\Controller\AbstractController:197
[
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 197
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/src/Controller/Landlord/LandlordPropertyController.php"
    "line" => 150
    "function" => "addFlash"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 188
    "function" => "new"
    "class" => "App\Controller\Landlord\LandlordPropertyController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/1007/domains/n46.net/rent/public_html/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/1007/domains/n46.net/rent/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADSENSE
"ca-pub-?"
APP_ENV
"dev"
APP_SECRET
"a0a4872bfdf85330536f9966bdaa040e"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://1007-rent:Ppppppp123!@127.0.0.1:3306/1007-rent"
DEFAULT_URI
"http://localhost"
DOMAIN_NAME
"rent.n46.net"
EMAIL_FROM_NAME
"imobiliare.online"
EMAIL_INFO
"info@imobiliare.online"
EMAIL_NOREPLY
"no-reply@imobiliare.online"
EMAIL_SUPPORT
"support@imobiliare.online"
FACEBOOK_APP_ID
"850026243501684"
GOOGLE_API_KEY
""
GOOGLE_API_KEY_IP_ADDRESSES
"AIzaSyADGYOFYEyVPUqYO7wNS9w5VF6BflAD0ME"
GOOGLE_API_KEY_WEBSITES
"AIzaSyDRCH9LqSQxr1jDWpWMg3q88Pi-wXIm3oU"
GOOGLE_AUTH_CONFIG
"%kernel.project_dir%/config/gcloud/service-account.json"
GOOGLE_CLIENT_ID
"657636602163-k0cus770ojntgvseqt92ibldarv3b87m.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"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"
GOOGLE_MAP_ID
"377c441d256a5a6e"
GOOGLE_PROJECT_ID
"imobiliare-online"
GOOGLE_RECAPTCHA_SECRET_KEY
"6LcEsJ4rAAAAAOhBolWffwccYVMtSMjBAxFCjdsK"
GOOGLE_RECAPTCHA_SITE_KEY
"6LcEsJ4rAAAAAGAlBhjH2BBLt7TCnB97T7NLpsAy"
GTM
"GTM-KD4BQVWB"
JWT_PASSPHRASE
"AgroFermaOnlineMoldova"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://no-reply%40imobiliare.online:KLJDHuihyfg7uKJ@mail.lxhost.com:465/?encryption=ssl&auth_mode=plain&verify_peer=false&local_domain=imobiliare.online"
MAPBOX_ACCESS_TOKEN
"pk.eyJ1IjoibHJ1ZGVuY28iLCJhIjoiY2treTVidnFpMm5hajJvcW5qbXk1eWptcyJ9.F8v49glk418QVqDcMiQweg"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
""
REDIS_PORT
"6379"
TELEGRAM_DSN
"telegram://5787131626:AAF4MtzHRW8aDoRy4FRLHGWVHb7YgF1MeV4@default?channel=-1002713124951"
TELEPHONE_NUMBER
"+37361007007"
VICTORIA_BANK_CARD_ACCEPTOR_ID
"498000049892038"
VICTORIA_BANK_MERCHANT_ADDRESS
"str. A. Puskin 22, of. 229, MD-2013, Chisinau, Moldova"
VICTORIA_BANK_MERCHANT_BANK_PUBLIC_KEY
"victoria_pub.pem"
VICTORIA_BANK_MERCHANT_COUNTRY_CODE
"MD"
VICTORIA_BANK_MERCHANT_DEFAULT_LANGUAGE
"ro"
VICTORIA_BANK_MERCHANT_NAME
"Media Web S.R.L."
VICTORIA_BANK_MERCHANT_PRIVATE_KEY
"private.pem"
VICTORIA_BANK_MERCHANT_PUBLIC_KEY
"public.pem"
VICTORIA_BANK_MERCHANT_TERMINAL_ID
"49892038"
VICTORIA_BANK_MERCHANT_TIMEZONE_NAME
"Europe/Chisinau"
VICTORIA_BANK_MERCHANT_URL
"https://www.lxhost.com/"
VICTORIA_BANK_SECURITY_SIGNATURE_FIRST
"0001"
VICTORIA_BANK_SECURITY_SIGNATURE_PADDING
"00"
VICTORIA_BANK_SECURITY_SIGNATURE_PREFIX
"3020300C06082A864886F70D020505000410"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/vhosts/1007/domains/n46.net/rent"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vhosts/1007/domains/n46.net/rent"
]
CONTENT_LENGTH
"210"
CONTENT_TYPE
"application/x-www-form-urlencoded"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/1007/domains/n46.net/rent/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/1007/domains/n46.net/rent/public_html"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"3"
H2_STREAM_TAG
"221114-1081-3"
HOME
"/var/www/vhosts/1007/domains"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_AUTHORIZATION
""
HTTP_COOKIE
"g_state={"i_l":0,"i_ll":1780667510488,"i_e":{"enable_itp_optimization":0},"i_et":1777485418015}; _ga_L5K3YX32BH=GS2.1.s1780596221$o36$g1$t1780597624$j60$l0$h0; _ga=GA1.1.1593883029.1777877958; AMP_a04bb926f4=JTdCJTIyZGV2aWNlSWQlMjIlM0ElMjJkZGE2ZWIwMy1iOWI5LTQwMmEtOTg5OS03MjhjMzBhMTY3NzglMjIlMkMlMjJzZXNzaW9uSWQlMjIlM0ExNzc4NTYyODA4NDgyJTJDJTIyb3B0T3V0JTIyJTNBZmFsc2UlMkMlMjJwYWdlQ291bnRlciUyMiUzQTAlN0Q=; REMEMBERME_TENANT=%3AbGlsaWFuLnJ1ZGVuY29AZ21haWwuY29t%3A1781212018%3A-dg3cSKTYIqnP115C0WyaJBl9Mr42hAc-rHqjJ-zDco~8LTKiW1jDhV7w9R-8mQL_a5dvYLN6MCdSzqcEjKqg8g~; PHPSESSID=d655084221154281fd089326a5ab8353; tenant_secured_area_auth_profile_token=c2ad12; landlord_secured_area_auth_profile_token=ba8fe1; __Host-csrf-token_cx5Ov7vqTBev1jegS5ajNRs/=csrf-token"
HTTP_HOST
"rent.n46.net"
HTTP_ORIGIN
"https://rent.n46.net"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://rent.n46.net/en/landlord/properties/new"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_TE
"trailers"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0"
PATH
"/usr/local/bin:/usr/bin"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"3"
REDIRECT_H2_STREAM_TAG
"221114-1081-3"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_SCRIPT_URI
"https://rent.n46.net/en/landlord/properties/new"
REDIRECT_SCRIPT_URL
"/en/landlord/properties/new"
REDIRECT_SSL_TLS_SNI
"rent.n46.net"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aiLXFrd5cLS6F8lQhVJcvwAC0Qs"
REDIRECT_URL
"/en/landlord/properties/new"
REMOTE_ADDR
"109.166.154.144"
REMOTE_PORT
"55656"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1780668182
REQUEST_TIME_FLOAT
1780668182.6909
REQUEST_URI
"/en/landlord/properties/new"
SCRIPT_FILENAME
"/var/www/vhosts/1007/domains/n46.net/rent/public_html/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://rent.n46.net/en/landlord/properties/new"
SCRIPT_URL
"/en/landlord/properties/new"
SERVER_ADDR
"37.27.239.38"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"rent.n46.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.66 (Fedora Linux) OpenSSL/3.2.6 mod_perl/2.0.13 Perl/v5.40.4"
SSL_TLS_SNI
"rent.n46.net"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/1007/domains/n46.net/rent/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DATABASE_URL,MAILER_DSN,DEFAULT_URI,DOMAIN_NAME,EMAIL_NOREPLY,EMAIL_INFO,EMAIL_SUPPORT,EMAIL_FROM_NAME,TELEPHONE_NUMBER,MAPBOX_ACCESS_TOKEN,GOOGLE_RECAPTCHA_SITE_KEY,GOOGLE_RECAPTCHA_SECRET_KEY,GOOGLE_API_KEY_WEBSITES,GOOGLE_API_KEY_IP_ADDRESSES,GOOGLE_MAP_ID,GTM,ADSENSE,VICTORIA_BANK_CARD_ACCEPTOR_ID,VICTORIA_BANK_MERCHANT_TERMINAL_ID,VICTORIA_BANK_SECURITY_SIGNATURE_FIRST,VICTORIA_BANK_SECURITY_SIGNATURE_PREFIX,VICTORIA_BANK_SECURITY_SIGNATURE_PADDING,VICTORIA_BANK_MERCHANT_NAME,VICTORIA_BANK_MERCHANT_ADDRESS,VICTORIA_BANK_MERCHANT_URL,VICTORIA_BANK_MERCHANT_PUBLIC_KEY,VICTORIA_BANK_MERCHANT_PRIVATE_KEY,VICTORIA_BANK_MERCHANT_BANK_PUBLIC_KEY,VICTORIA_BANK_MERCHANT_TIMEZONE_NAME,VICTORIA_BANK_MERCHANT_COUNTRY_CODE,VICTORIA_BANK_MERCHANT_DEFAULT_LANGUAGE,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,REDIS_HOST,REDIS_PORT,REDIS_PASSWORD,TELEGRAM_DSN,FACEBOOK_APP_ID,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_AUTH_CONFIG,GOOGLE_PROJECT_ID,LOCK_DSN"
UNIQUE_ID
"aiLXFrd5cLS6F8lQhVJcvwAC0Qs"
USER
"a1007"
proxy-nokeepalive
"1"