Palo Alto Networks Pan-OS
89 min
the palo alto networks pan os connector enables seamless integration with palo alto networks firewalls, facilitating automated management and operational tasks directly from the swimlane platform palo alto networks pan os is a comprehensive suite for network security, offering advanced firewall and threat prevention capabilities this connector enables swimlane turbine users to automate critical security tasks such as policy management, object handling, and log retrieval within their pan os environments by integrating with palo alto networks pan os, users can streamline configuration changes, create and manage security policies, and enhance their security posture directly from the swimlane platform, ensuring rapid response to threats and efficient security operations prerequisites to utilize the palo alto networks pan os connector in swimlane turbine, ensure you have the following api key authentication with the necessary parameters url the endpoint url for the palo alto networks pan os api api key a valid api key to authenticate requests to the pan os api actions setup commit changes the following are examples of commit commands note that the 'cmd' input is a valid xml commit type=commit cmd=\<commit>\</commit> force commit type=commit cmd=\<commit>\<force>\</force>\</commit> partial commit while excluding shared objects and device and network configuration type=commit action=partial cmd=\<commit>\<partial>\<device and network>excluded\</device and network>\<shared object>excluded\</shared object>\</partial>\</commit> partial commit admin level changes on a firewall or panorama while excluding shared objects type=commit action=partial cmd=\<commit>\<partial>\<device and network>excluded\</device and network>\<shared object>excluded\</shared object>\<admin>\<member>socadmin\</member>\</admin>\</partial>\</commit capabilities this connector provides the following capabilities commit changes create a security policy rule create an address object create url filtering security profile delete an address object delete custom url category delete url filtering security profile edit an address object edit custom url category edit dynamic user group generic task get log list addresses list custom url categories list dynamic user groups and so on palo alto documentation the panorama and pan os documentation can be found within the instance of palo alto under the following endoints rest api https //yourinstance/restapi doc xml api https //10 32 1 98/php/rest/browse php https //docs paloaltonetworks com/pan os/10 1/pan os panorama api/get started with the pan os rest api/work with address objects rest api additional notes in the edit an address object action, if you are modifying the description and adding a new tag called red to the address object if the tag does not already exist, you must first create the tag before you can reference it in the address object in the create an address object action , you please pass in the request body that include the name, location and other properties to define the object configurations api key authentication authenticates using an api key configuration parameters parameter description type required url a url to the target host string required x pan key api key string required error status code the status codes more than 300 can also be used boolean optional verify ssl verify ssl certificate boolean optional http proxy a proxy to route requests through string optional actions commit changes applies pending configuration changes to palo alto networks pan os devices, activating the latest settings endpoint url /api/ method get input argument name type required description parameters type string optional parameters for the commit changes action parameters action string optional parameters for the commit changes action parameters cmd string optional the entire commit command in xml format input example {"parameters" {"type" "commit","action" "partial","cmd" "\<commit>\<partial>\<device and network>excluded\</device and network>\<shared object>excluded\</shared object>\<admin>\<member>socadmin\</member>\</admin>\</partial>\</commit>"}} output parameter type description status code number http status code of the response reason string response reason phrase response text string output field response text output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 21 22 48 gmt","content type" "application/xml; charset=utf 8","content length" "286","connection" "keep alive","cache control" "no store, no cache, must revalidate","expires" "thu, 19 nov 1981 08 52 00 gmt","pragma" "no cache","set cookie" "phpsessid=qs4tqup6tgokarqb2bau83kobp; path=/; secure; httponly, phpsessid=qs4tqu ","content security policy" "frame ancestors 'none'","strict transport security" "max age=86400","x content type create a security policy rule creates a new security policy rule in palo alto networks pan os using specified parameters and data endpoint url /restapi/v11 0/policies/securityrules method post input argument name type required description parameters location string optional the location type where the security rule will be created parameters vsys string optional the name of the vsys when location type is vsys parameters name string optional the name of the security rule entry array optional the entry of the security rule entry \@location string optional the location type where the security rule will be created entry \@name string optional the name of the security rule entry \@vsys string optional the name of the vsys when location type is vsys entry action string optional the action of the security rule entry application object optional the application of the security rule entry application member array optional the member of the application entry category object optional the category of the security rule entry category member array optional the member of the category entry destination object optional the destination of the security rule entry destination member array optional the member of the destination entry from object optional the from of the security rule entry from member array optional the member of the from entry source hip object optional the source hip of the security rule entry source hip member array optional the member of the source hip entry destination hip object optional the destination hip of the security rule entry destination hip member array optional the member of the destination hip entry service object optional the service of the security rule entry service member array optional the member of the service entry source object optional the source of the security rule entry source member array optional the member of the source entry source user object optional the source user of the security rule input example {"parameters" {"location" "us","vsys" "vsys1","name" "rule example1"},"json body" {"entry" \[{"@location" "vsys","@name" "rule example1","@vsys" "vsys1","action" "allow","application" {"member" \["email collaboration apps"]},"category" {"member" \["any"]},"destination" {"member" \["any"]},"from" {"member" \["zone edge1"]},"source hip" {"member" \["any"]},"destination hip" {"member" \["any"]},"service" {"member" \["application default"]},"source" {"member" \["any"]},"source user" {"member" \["any"]},"to" {"member" \["any"]}}]}} output parameter type description status code number http status code of the response reason string response reason phrase @code string output field @code @status string status value result object result of the operation result \@count string result of the operation result \@total count string result of the operation result entry array result of the operation result entry \@location string result of the operation result entry \@name string name of the resource result entry \@vsys string result of the operation result entry fqdn string result of the operation result entry ip netmask string result of the operation result entry \@oldname string name of the resource output example {"status code" 200,"response headers" {},"reason" "ok","json body" {"@code" "19","@status" "success","result" {"@count" "3","@total count" "3","entry" \[]}}} create an address object executes a post request to create an address object in palo alto networks pan os with a specified name and location endpoint url /restapi/v11 0/objects/addresses method post input argument name type required description parameters location string required location parameters name string required name entry array optional entry entry \@location string optional location entry \@name string optional name entry description string optional description entry fqdn string optional fqdn entry tag object optional tag entry tag member array optional member input example {"parameters" {"location" "shared","name" "web servers production"},"json body" {"entry" \[{"@location" "shared","@name" "web servers production","description" "what is this for?","fqdn" "docs paloaltonetworks com","tag" {"member" \["blue"]}}]}} output parameter type description status code number http status code of the response reason string response reason phrase output example {"status code" 201,"response headers" {"content type" "text/html; charset=utf 8","x hsci cache time" "2024 12 06t12 01 22 328z","content encoding" "gzip"},"reason" "ok","json body" {}} create url filtering security profile manage web access and traffic by creating a url filtering security profile in palo alto networks pan os endpoint url /restapi/v10 2/objects/urlfilteringsecurityprofiles method post input argument name type required description parameters location string optional parameters for the create url filtering security profile action parameters vsys string optional parameters for the create url filtering security profile action parameters name string optional parameters for the create url filtering security profile action entry object optional parameter for create url filtering security profile entry \@name string optional name of the resource entry description string optional parameter for create url filtering security profile entry allow object optional parameter for create url filtering security profile entry allow\ member array optional parameter for create url filtering security profile entry alert object optional parameter for create url filtering security profile entry alert member array optional parameter for create url filtering security profile entry block object optional parameter for create url filtering security profile entry block member array optional parameter for create url filtering security profile entry continue object optional parameter for create url filtering security profile entry continue member array optional parameter for create url filtering security profile entry override object optional unique identifier entry override member array optional unique identifier entry credential enforcement object optional parameter for create url filtering security profile entry credential enforcement mode object optional parameter for create url filtering security profile entry credential enforcement mode disabled object optional parameter for create url filtering security profile entry credential enforcement log severity string optional parameter for create url filtering security profile entry credential enforcement allow object optional parameter for create url filtering security profile entry credential enforcement allow\ member array optional parameter for create url filtering security profile entry credential enforcement alert object optional parameter for create url filtering security profile entry credential enforcement alert member array optional parameter for create url filtering security profile entry credential enforcement block object optional parameter for create url filtering security profile input example {"parameters" {"location" "vsys","vsys" "vsys","name" "a name"},"json body" {"entry" {"@name" "string","description" "string","allow" {"member" \["string"]},"alert" {"member" \["string"]},"block" {"member" \["string"]},"continue" {"member" \["string"]},"override" {"member" \["string"]},"credential enforcement" {"mode" {"disabled" {}},"log severity" "medium","allow" {"member" \["string"]},"alert" {"member" \["string"]},"block" {"member" \["string"]},"continue" {"member" \["string"]}},"enable container page" "yes","log container page only" "yes","safe search enforcement" "no","log http hdr xff" "no","log http hdr user agent" "no","log http hdr referer" "no","http header insertion" {"entry" \[{"@name" "string","type" {"entry" \[{"@name" "string","headers" {"entry" \[{"@name" "string","header" "string","value" "string","log" "no"}]},"domains" {"member" \["string"]}}]}}]},"local inline cat" "no","cloud inline cat" "no","mlav category exception" {"member" \["string"]}}}} output parameter type description status code number http status code of the response reason string response reason phrase response text string output field response text output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 21 22 48 gmt","content type" "application/xml; charset=utf 8","content length" "286","connection" "keep alive","cache control" "no store, no cache, must revalidate","expires" "thu, 19 nov 1981 08 52 00 gmt","pragma" "no cache","set cookie" "phpsessid=qs4tqup6tgokarqb2bau83kobp; path=/; secure; httponly, phpsessid=qs4tqu ","content security policy" "frame ancestors 'none'","strict transport security" "max age=86400","x content type delete an address object removes a specified address object from a given location in palo alto networks pan os using the provided 'location' and 'name' endpoint url /restapi/v11 0/objects/addresses method delete input argument name type required description parameters location string required location parameters name string required name input example {"parameters" {"location" "shared","name" "web server production"}} output parameter type description status code number http status code of the response reason string response reason phrase output example {"status code" 200,"response headers" {"content type" "text/html; charset=utf 8","x hsci cache time" "2024 12 06t12 01 22 328z","content encoding" "gzip"},"reason" "ok","json body" {}} delete custom url category removes a custom url category from a specified location in palo alto networks pan os, requiring the 'location' parameter endpoint url /restapi/v10 2/objects/customurlcategories method delete input argument name type required description parameters location string required the location of the entry parameters name string optional the name of the entry parameters vsys string optional the name of the vsys when location type is vsys input example {"parameters" {"location" "string","name" "example name","vsys" "string"}} output parameter type description status code number http status code of the response reason string response reason phrase response text string output field response text output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 21 22 48 gmt","content type" "application/xml; charset=utf 8","content length" "286","connection" "keep alive","cache control" "no store, no cache, must revalidate","expires" "thu, 19 nov 1981 08 52 00 gmt","pragma" "no cache","set cookie" "phpsessid=qs4tqup6tgokarqb2bau83kobp; path=/; secure; httponly, phpsessid=qs4tqu ","content security policy" "frame ancestors 'none'","strict transport security" "max age=86400","x content type delete url filtering security profile removes a specified url filtering security profile from a given location in palo alto networks pan os using the 'location' parameter endpoint url /restapi/v10 2/objects/urlfilteringsecurityprofile method delete input argument name type required description parameters location string required the location of the entry parameters name string optional the name of the entry parameters vsys string optional the name of the vsys when location type is vsys input example {"parameters" {"location" "string","name" "example name","vsys" "string"}} output parameter type description status code number http status code of the response reason string response reason phrase response text string output field response text output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 21 22 48 gmt","content type" "application/xml; charset=utf 8","content length" "286","connection" "keep alive","cache control" "no store, no cache, must revalidate","expires" "thu, 19 nov 1981 08 52 00 gmt","pragma" "no cache","set cookie" "phpsessid=qs4tqup6tgokarqb2bau83kobp; path=/; secure; httponly, phpsessid=qs4tqu ","content security policy" "frame ancestors 'none'","strict transport security" "max age=86400","x content type edit an address object modifies an existing address object in palo alto networks pan os using the specified name and location endpoint url /restapi/v11 0/objects/addresses method put input argument name type required description parameters location string required location parameters name string required name entry array optional parameter for edit an address object entry \@location string optional location entry \@name string optional name entry description string optional description entry fqdn string optional fqdn entry tag object optional tag entry tag member array optional member input example {"parameters" {"location" "shared","name" "web servers production"},"json body" {"entry" \[{"@location" "shared","@name" "web servers production","description" "publish servers","fqdn" "docs paloaltonetworks com","tag" {"member" \["blue","red"]}}]}} output parameter type description status code number http status code of the response reason string response reason phrase @code string output field @code @status string status value msg string output field msg output example {"status code" 200,"response headers" {"content type" "text/html; charset=utf 8","x hsci cache time" "2024 12 06t12 01 22 328z","content encoding" "gzip"},"reason" "ok","json body" {"@code" "20","@status" "success","msg" "command succeeded"}} edit custom url category modify an existing custom url category in palo alto networks pan os using the specified location and name endpoint url /restapi/v10 2/objects/customurlcategories method put input argument name type required description parameters location string required parameters for the edit custom url category action parameters vsys string optional the name of the vsys when location type is vsys parameters name string required parameters for the edit custom url category action entry object optional parameter for edit custom url category entry \@name string optional name of the resource entry description string optional parameter for edit custom url category entry list object optional parameter for edit custom url category entry list member array optional parameter for edit custom url category entry type string optional type of the resource input example {"parameters" {"location" "vsys","vsys" "vsys","name" "a name"},"json body" {"entry" {"@name" "string","description" "string","list" {"member" \["string"]},"type" "url list"}}} output parameter type description status code number http status code of the response reason string response reason phrase output example {} edit dynamic user group updates an existing dynamic user group's criteria or membership in palo alto networks pan os endpoint url /restapi/v10 2/objects/dynamicusergroups method put input argument name type required description parameters location string optional parameters for the edit dynamic user group action parameters vsys string optional parameters for the edit dynamic user group action parameters name string optional parameters for the edit dynamic user group action entry object optional parameter for edit dynamic user group entry \@name string optional name of the resource entry description string optional parameter for edit dynamic user group entry filter string optional parameter for edit dynamic user group entry tag object optional parameter for edit dynamic user group entry tag member array optional parameter for edit dynamic user group input example {"parameters" {"location" "vsys","vsys" "vsys","name" "a name"},"json body" {"entry" {"@name" "string","description" "string","filter" "string","tag" {"member" \["string"]}}}} output parameter type description status code number http status code of the response reason string response reason phrase response text string output field response text output example {"response text" "string"} generic task execute a customizable task in palo alto networks pan os, providing full control over request parameters for tailored operations input argument name type required description endpoint string optional path to the endpoint after url in asset use double brackets with path parameters for dynamic urls method string optional method of the request such as post, get, put, patch, delete (note, others are available to use) data body object optional body to send as data, this allows you to set the content type in the headers manually headers object optional request headers to send with the individual request input example {"endpoint" "api/v3/users"} output parameter type description status code number the http response status code data object the json response body response text string output field response text reason string the http reason, often times an error message can be here ok means success output example {"response text" "string"} get log retrieves a specific log entry from palo alto networks pan os using the provided queue id endpoint url /api/ method get input argument name type required description parameters type string optional parameters for the get log action parameters action string optional parameters for the get log action parameters job id number optional parameters for the get log action input example {"parameters" {"type" "log","action" "get","job id" 16}} output parameter type description status code number http status code of the response reason string response reason phrase response text string output field response text output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 22 21 55 gmt","content type" "application/xml; charset=utf 8","transfer encoding" "chunked","connection" "keep alive","cache control" "no store, no cache, must revalidate","expires" "thu, 19 nov 1981 08 52 00 gmt","pragma" "no cache","set cookie" "phpsessid=sqie6u23458jkdo2n0rt28jfgt; path=/; secure; httponly, phpsessid=sqie6u ","content security policy" "frame ancestors 'none'","strict transport security" "max age=86400","x conte list addresses retrieve a list of address objects from a specified location in palo alto networks pan os, with the 'location' parameter required endpoint url /restapi/v11 0/objects/addresses method get input argument name type required description parameters location string required the location of the entry parameters vsys string optional the name of the vsys when location type is vsys input example {"parameters" {"location" "string","vsys" "string"}} output parameter type description status code number http status code of the response reason string response reason phrase @status string status value @code string output field @code result object result of the operation result \@count string result of the operation result entry array result of the operation result entry ip netmask string result of the operation result entry tag object result of the operation result entry tag member array result of the operation output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 20 32 48 gmt","content type" "application/json; charset=utf 8","content length" "45","connection" "keep alive","set cookie" "phpsessid=55kmh2bk7l06fmkrs0ptdrejeo; path=/; secure; httponly, phpsessid=55kmh2 ","expires" "thu, 19 nov 1981 08 52 00 gmt","cache control" "no store, no cache, must revalidate","pragma" "no cache","allow" "get, head, post, put, delete, options"},"reason" "ok","json body" {"@status" "success","@code" "19"," list custom url categories retrieve a list of custom url categories from palo alto networks pan os at a specified location using the 'location' parameter endpoint url /restapi/v10 2/objects/customurlcategories method get input argument name type required description parameters location string required the location of the entry parameters vsys string optional the name of the vsys when location type is vsys input example {"parameters" {"location" "string","vsys" "string"}} output parameter type description status code number http status code of the response reason string response reason phrase @status string status value @code string output field @code result object result of the operation result \@count string result of the operation result entry array result of the operation result entry \@name string name of the resource result entry \@location string result of the operation result entry \@vsys string result of the operation result entry description string result of the operation result entry list object result of the operation result entry list member array result of the operation result entry type string type of the resource output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 20 32 48 gmt","content type" "application/json; charset=utf 8","content length" "45","connection" "keep alive","set cookie" "phpsessid=55kmh2bk7l06fmkrs0ptdrejeo; path=/; secure; httponly, phpsessid=55kmh2 ","expires" "thu, 19 nov 1981 08 52 00 gmt","cache control" "no store, no cache, must revalidate","pragma" "no cache","allow" "get, head, post, put, delete, options"},"reason" "ok","json body" {"@status" "success","@code" "7","r list dynamic user groups retrieve a list of dynamic user groups from palo alto networks pan os based on the specified location endpoint url /restapi/v10 2/objects/dynamicusergroups method get input argument name type required description parameters location string required the location of the entry parameters vsys string optional the name of the vsys when location type is vsys input example {"parameters" {"location" "string","vsys" "string"}} output parameter type description status code number http status code of the response reason string response reason phrase @status string status value @code string output field @code result object result of the operation result \@count string result of the operation result entry array result of the operation result entry \@name string name of the resource result entry \@location string result of the operation result entry \@vsys string result of the operation result entry description string result of the operation result entry list object result of the operation result entry list member array result of the operation result entry type string type of the resource output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 20 32 48 gmt","content type" "application/json; charset=utf 8","content length" "45","connection" "keep alive","set cookie" "phpsessid=55kmh2bk7l06fmkrs0ptdrejeo; path=/; secure; httponly, phpsessid=55kmh2 ","expires" "thu, 19 nov 1981 08 52 00 gmt","cache control" "no store, no cache, must revalidate","pragma" "no cache","allow" "get, head, post, put, delete, options"},"reason" "ok","json body" {"@status" "success","@code" "7","r list syslogs profiles retrieves a list of syslog server profiles from a specified location in palo alto networks pan os, requiring the 'location' parameter endpoint url /restapi/v10 2/network/tunnelinterfaces method get input argument name type required description parameters location string required the location of the entry parameters name string optional the name of the entry input example {"parameters" {"location" "string","name" "example name"}} output parameter type description status code number http status code of the response reason string response reason phrase @status string status value @code string output field @code result object result of the operation result \@count string result of the operation result entry array result of the operation result entry \@name string name of the resource result entry \@location string result of the operation result entry server object result of the operation result entry server entry array result of the operation result entry server entry \@name string name of the resource result entry server entry server string result of the operation result entry server entry transport string result of the operation result entry server entry port number result of the operation result entry server entry format string result of the operation result entry server entry facility string result of the operation result entry format object result of the operation result entry format traffic string result of the operation result entry format threat string result of the operation result entry format wildfire string result of the operation result entry format url string url endpoint for the request result entry format data string response data result entry format gtp string result of the operation result entry format sctp string result of the operation output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 20 32 48 gmt","content type" "application/json; charset=utf 8","content length" "45","connection" "keep alive","set cookie" "phpsessid=55kmh2bk7l06fmkrs0ptdrejeo; path=/; secure; httponly, phpsessid=55kmh2 ","expires" "thu, 19 nov 1981 08 52 00 gmt","cache control" "no store, no cache, must revalidate","pragma" "no cache","allow" "get, head, post, put, delete, options"},"reason" "ok","json body" {"@status" "success","@code" "19"," list url filtering security profiles retrieve a list of url filtering security profiles from palo alto networks pan os based on the provided location parameter endpoint url /restapi/v10 2/objects/urlfilteringsecurityprofiles method get input argument name type required description parameters location string required the location of the entry parameters name string optional the name of the entry parameters vsys string optional the name of the vsys when location type is vsys input example {"parameters" {"location" "string","name" "example name","vsys" "string"}} output parameter type description status code number http status code of the response reason string response reason phrase @status string status value @code string output field @code result object result of the operation result \@count string result of the operation result entry array result of the operation result entry \@name string name of the resource result entry \@location string result of the operation result entry \@vsys string result of the operation result entry description string result of the operation result entry allow object result of the operation result entry allow\ member array result of the operation result entry alert object result of the operation result entry alert member array result of the operation result entry block object result of the operation result entry block member array result of the operation result entry continue object result of the operation result entry continue member array result of the operation result entry override object unique identifier result entry override member array unique identifier result entry credential enforcement object result of the operation result entry credential enforcement mode object result of the operation result entry credential enforcement mode disabled object result of the operation result entry credential enforcement log severity string result of the operation output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 20 32 48 gmt","content type" "application/json; charset=utf 8","content length" "45","connection" "keep alive","set cookie" "phpsessid=55kmh2bk7l06fmkrs0ptdrejeo; path=/; secure; httponly, phpsessid=55kmh2 ","expires" "thu, 19 nov 1981 08 52 00 gmt","cache control" "no store, no cache, must revalidate","pragma" "no cache","allow" "get, head, post, put, delete, options"},"reason" "ok","json body" {"@status" "success","@code" "19"," rename an address object renames an existing address object in palo alto networks pan os using the current name, location, and new name endpoint url /restapi/v11 0/objects/addresses\ rename method post input argument name type required description parameters location string optional location parameters name string optional current name of the address object parameters newname string optional new name for the address object input example {"parameters" {"location" "shared","name" "web servers production","newname" "web server publish"}} output parameter type description status code number http status code of the response reason string response reason phrase @code string output field @code @status string status value msg string output field msg output example {"status code" 200,"reason" "ok","json body" {"@code" "20","@status" "success","msg" "command succeeded"}} run logs initiates a log query in palo alto networks pan os, returning an id for retrieval with specified parameters like type and log direction endpoint url /api/ method get input argument name type required description parameters type string required parameters for the run logs action parameters log type string required parameters for the run logs action parameters dir string required parameters for the run logs action parameters nlogs number required parameters for the run logs action parameters skip number required parameters for the run logs action parameters query string optional parameters for the run logs action input example {"parameters" {"type" "log","log type" "traffic","dir" "forward","nlogs" 20,"skip" 0,"query" "receive time geq '2012/06/22 08 00 00')"}} output parameter type description status code number http status code of the response reason string response reason phrase response text string output field response text output example {"status code" 200,"response headers" {"date" "thu, 29 dec 2022 22 13 37 gmt","content type" "application/xml; charset=utf 8","content length" "134","connection" "keep alive","cache control" "no store, no cache, must revalidate","expires" "thu, 19 nov 1981 08 52 00 gmt","pragma" "no cache","set cookie" "phpsessid=1c391le6gkn8o2h175ipuq5nik; path=/; secure; httponly, phpsessid=1c391l ","content security policy" "frame ancestors 'none'","strict transport security" "max age=86400","x content type response headers header description example allow http response header allow get, head, post, put, delete, options cache control directives for caching mechanisms no store, no cache, must revalidate connection http response header connection keep alive content encoding http response header content encoding gzip content length the length of the response body in bytes 134 content security policy http response header content security policy frame ancestors 'none' content type the media type of the resource application/xml; charset=utf 8 date the date and time at which the message was originated thu, 29 dec 2022 21 22 48 gmt expires the date/time after which the response is considered stale thu, 19 nov 1981 08 52 00 gmt pragma http response header pragma no cache set cookie http response header set cookie phpsessid=1c391le6gkn8o2h175ipuq5nik; path=/; secure; httponly, phpsessid=1c391le6gkn8o2h175ipuq5nik; path=/; secure; httponly; samesite=strict strict transport security http response header strict transport security max age=86400 transfer encoding http response header transfer encoding chunked x content type options http response header x content type options nosniff x frame options http response header x frame options deny x hsci cache time http response header x hsci cache time 2024 12 06t12 01 22 328z