Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop on /index.php/apps/files/ -- 302 #11203

Closed
harkor opened this issue Sep 13, 2018 · 12 comments
Closed

Infinite loop on /index.php/apps/files/ -- 302 #11203

harkor opened this issue Sep 13, 2018 · 12 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@harkor
Copy link

harkor commented Sep 13, 2018

Hi,

I made a new install of nextcloud but when I created the first user, when the user is logged I have loop redirect on /index.php/apps/files/

I tried with and without https, nothing worked.

I tried this patch but nothing change
#10885

I tried too delete the "index.php" part in the URL but I have this error

sudo -u http ./occ maintenance:update:htaccess
Error updating .htaccess file, not enough permissions or "overwrite.cli.url" set to an invalid URL?

The .htaccess file have the correct owner & permissions

Steps to reproduce

  1. Install nextcloud
  2. Create database
  3. Make installation from webbrowser (create first user, set database access, etc)

Expected behaviour

Access to my nextclound account

Actual behaviour

Infinite redirect "GET /index.php/apps/files/ HTTP/1.1" 302"

Server configuration

Operating system: ArchLinux

Web server:
Server version: Apache/2.4.34 (Unix)
Server built: Jul 16 2018 17:47:47

Database:
mysql Ver 15.1 Distrib 10.1.35-MariaDB, for Linux (x86_64) using readline 5.1

PHP version:
PHP-fpm 7.2.9

Nextcloud version: (see Nextcloud admin page)
14.0.0

Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install

Where did you install Nextcloud from:
With Pacman, the installation go to /usr/share/webapps/nextcloud

Signing status:

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
No errors have been found.

List of activated apps:

App list
Enabled:
  - bruteforcesettings: 1.1.0
Disabled:

Nextcloud configuration:

Config report
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "apps_paths": [
            {
                "path": "\/data\/nextcloud\/apps",
                "url": "\/apps",
                "writable": true
            }
        ],
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "nextcloud.harkor.be"
        ],
        "dbtype": "mysql",
        "version": "14.0.0.19",
        "overwrite.cli.url": "https:\/\/mydomain.com\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "loglevel": 0,
        "maintenance": false,
        "htaccess.RewriteBase": "\/"
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...
No

Are you using encryption: yes/no
No (I think)

Are you using an external user-backend, if yes which one:
No

Client configuration

Browser:
Any browser

Operating system:
Any operating system

Logs

Web server error log

Web server error log

No errors found but I have this on access logs.

192.168.1.1 - - [13/Sep/2018:12:33:18 +0200] "GET /index.php/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:19 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:19 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:19 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:19 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:19 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:20 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:20 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:20 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:20 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:20 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:21 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:21 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:21 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:21 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:21 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:22 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:22 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:22 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:22 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -
192.168.1.1 - - [13/Sep/2018:12:33:22 +0200] "GET /index.php/apps/files/ HTTP/1.1" 302 -

Nextcloud log (data/nextcloud.log)

Nextcloud log
Nothing

Browser log

Browser log
Insert your browser log here, this could for example include:

Same as Apache access log
@kesselb
Copy link
Contributor

kesselb commented Sep 13, 2018

ls -al .htaccess? You url for overwrite.cli.url looks ok. Do you have enough permission to change .htaccess?

@harkor
Copy link
Author

harkor commented Sep 13, 2018

ls -al .htaccess? You url for overwrite.cli.url looks ok. Do you have enough permission to change .htaccess?

Mmmmh I looked for the hundred times and this time, I had wrong permission on file, now the htaccess has been updated correctly.

I still have problem with infinite redirect

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #6728 (Updating from 11.0.0.10 to 12.0.3 leads to infinite loop in /index.php/app/files), #6986 (Infinite loop when there is more than one LDAP entry for a user in file sharing), #7823 (Rewrite fails on Debian, index.php exposed in URL), #5554 (Apps files from theme are being ignored), and #6615 (user_ldap: infinite loop or apache segfault with eDirectory).

@harkor
Copy link
Author

harkor commented Sep 14, 2018

I made an installation from zip file on official website and it's working like a charm.

So something wrong with the install with pacman on archlinux. I used same apache config. So it's not a problem from apache.

@giangiangian
Copy link

Hi,
I have the same behavior as the OP, however with a different setup.
Issues may therefore be unrlated; sorry in advance if I was supposed to open a new issue instead of posting here. Kindly let me know and I will repost it immediately.

In my lab we had an old docker installation of OwnCloud 9 using a non official image, and I decided to switch to a docker-compose setup of Nextcloud after succesfully trying NC14 to have an updated and more manageable environment.
At first, I re-wrote docker scripts to a docker-compose file using the official OwnCloud docker image, and tested the setup to ensure everything was working as intended.
Then, I migrated to NextCloud 10, 11, 12 and 13, quickly testing login and a few files contents between each update.
Finally, I updated to NextCloud 14, and I was unable to login, with the same behavior as OP.
I suspect the main difference from op is the config.php file, which is mounted as the original config.php from the OwnCloud setup. However, the same file did not cause the issue in previous NextCloud versions.

I did not try (yet) a sequence of steps to reproduce the bug, as it seems difficult in my scenario.
However, I am open to any test before restoring previous backup and repeating the steps up to NextCloud 14.

Here is my compose and config.php files, and the filled issue template:

Compose file

docker-compose.yml
version: '2.1'

volumes:
  mysql:
    driver: local
  backup:
    driver: local
  redis:
    driver: local

services:
  owncloud:
    image: nextcloud:14
    restart: always
    ports:
	  # Port 80 exposed for debug purposes only, later on this will be served by traefik
      - ${HTTP_PORT}:80
    depends_on:
      - db
      - redis
    environment:
      - MYSQL_DATABASE=owncloud
      - MYSQL_USER=owncloud
      - MYSQL_PASSWORD=${DB_PASS}
      - MYSQL_HOST=db
    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost/status.php"]
      interval: 30s
      timeout: 10s
      retries: 5
    volumes:
      - /var/robolab/srv/owncloud_compose/files/:/mnt/data
      - /var/robolab/srv/owncloud_compose/files/config/:/var/www/html/config

  db:
    image: webhippie/mariadb:latest
    restart: always
    environment:
      - MARIADB_ROOT_PASSWORD=owncloud
      - MARIADB_USERNAME=owncloud
      - MARIADB_PASSWORD=${DB_PASS}
      - MARIADB_DATABASE=owncloud
      - MARIADB_MAX_ALLOWED_PACKET=128M
      - MARIADB_INNODB_LOG_FILE_SIZE=64M
      - MARIADB_INNODB_LARGE_PREFIX=ON
      - MARIADB_INNODB_FILE_FORMAT=Barracuda
    healthcheck:
      test: ["CMD", "/usr/bin/healthcheck"]
      interval: 30s
      timeout: 10s
      retries: 5
    volumes:
      - mysql:/var/lib/mysql
      - backup:/var/lib/backup

  redis:
    image: webhippie/redis:latest
    restart: always
    environment:
      - REDIS_DATABASES=1
    healthcheck:
      test: ["CMD", "/usr/bin/healthcheck"]
      interval: 30s
      timeout: 10s
      retries: 5
    volumes:
      - redis:/var/lib/redis

config.php

config.php
<?php
$CONFIG = array (
  'passwordsalt' => [...],
  'secret' => [...],
  'trusted_domains' =>
  array (
          0 => 'localhost',
  ),
  'datadirectory' => '/mnt/data/files',
  'overwrite.cli.url' => 'http://192.168.0.30:10026/',
  'dbtype' => 'mysql',
  'version' => '14.0.0.19',
  'dbname' => 'owncloud',
  'dbhost' => 'db:3306',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'owncloud',
  'dbpassword' => [...],
  'logtimezone' => 'UTC',
  'installed' => true,
  'instanceid' => [...],
  'maintenance' => false,
  'theme' => '',
  'loglevel' => '2',
  'trashbin_retention_obligation' => 'auto',
  'htaccess.RewriteBase' => '/',
  'mysql.utf8mb4' => true,
  'updatechecker' => 'true',
  'upgrade.disable-web' => 'false',
  'redis' =>
  array (
    'host' => 'redis',
    'port' => 6379,
  ),
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'filelocking.enabled' => 'true',
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'default_language' => 'en',
  'apps_paths' =>
  array (
    0 =>
    array (
      'path' => '/var/www/html/apps',
      'url' => '/apps',
      'writable' => false,
    ),
    1 =>
    array (
      'path' => '/var/www/html/custom_apps',
      'url' => '/custom_apps',
      'writable' => true,
    ),
  ),
);

Steps to reproduce

  1. Migrate from OwnCloud 9 to NextCloud 10, 11, 12, 13
  2. Migrate to NextCloud 13 to 14
  3. docker-compose up -d, try to login, cannot login

Expected behaviour

The user is expected to login and see the files page

Actual behaviour

The user is caught in an infinite 302 redirect loop to the login page (http://192.168.0.30:10026/login?redirect_url=/apps/files/)

Server configuration

Operating system:

uname -a
Linux pandora 3.16.0-6-amd64 #1 SMP Debian 3.16.57-2 (2018-07-14) x86_64 GNU/Linux
docker --version
Docker version 18.06.1-ce, build e68fc7a
docker-compose --version
docker-compose version 1.18.0, build 8dd22a9

Web server:
Docker

Database:
Docker

PHP version:
The one from the official Docker image

Nextcloud version: (see Nextcloud admin page)
14

Updated from an older Nextcloud/ownCloud or fresh install:
Updated

Where did you install Nextcloud from:
Docker

Signing status:

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

Unable to login as admin user, as the same 302 loop occurrs.

List of activated apps:

App list
docker-compose exec -u www-data owncloud ./occ app:list
Enabled:
  - accessibility: 1.0.1
  - activity: 2.7.0
  - cloud_federation_api: 0.0.1
  - comments: 1.4.0
  - dav: 1.6.0
  - federatedfilesharing: 1.4.0
  - federation: 1.4.0
  - files: 1.9.0
  - files_external: 1.5.0
  - files_pdfviewer: 1.3.2
  - files_sharing: 1.6.2
  - files_texteditor: 2.6.0
  - files_trashbin: 1.4.1
  - files_versions: 1.7.1
  - files_videoplayer: 1.3.0
  - firstrunwizard: 2.3.0
  - gallery: 18.1.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.2.0
  - nextcloud_announcements: 1.3.0
  - oauth2: 1.2.1
  - password_policy: 1.4.0
  - provisioning_api: 1.4.0
  - serverinfo: 1.4.0
  - sharebymail: 1.4.0
  - support: 1.0.0
  - survey_client: 1.2.0
  - systemtags: 1.4.0
  - theming: 1.5.0
  - twofactor_backupcodes: 1.3.1
  - updatenotification: 1.4.1
  - workflowengine: 1.4.0
Disabled:
  - admin_audit
  - encryption
  - notifications
  - user_external
  - user_ldap

Nextcloud configuration:

Config report
docker-compose exec -u www-data owncloud ./occ config:list system
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "http:\/\/192.168.0.30:10026\/",
        "dbtype": "mysql",
        "version": "14.0.0.19",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "UTC",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "theme": "",
        "loglevel": "2",
        "trashbin_retention_obligation": "auto",
        "htaccess.RewriteBase": "\/",
        "mysql.utf8mb4": true,
        "updatechecker": "true",
        "upgrade.disable-web": "false",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": "true",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "default_language": "en",
        "apps_paths": [
            {
                "path": "\/var\/www\/html\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/html\/custom_apps",
                "url": "\/custom_apps",
                "writable": true
            }
        ]
    }
}

Are you using external storage, if yes which one:
No

Are you using encryption:
Temporarily disabled

Are you using an external user-backend, if yes which one:
No

Client configuration

Browser:
Tested on latest Chrome, Firefox, Edge

Operating system:
Tested on Windows 10, latest Kubuntu, several Android versions

Logs

Web server error log

Web server error log
Insert your webserver log here

Nextcloud log (data/nextcloud.log)

Nextcloud log
Cannot insert full log due to users login name with OwnCloud clients trying to login, however, after grep --inverse search those, nothing relevant:

owncloud_1  | 192.168.0.123 - - [17/Sep/2018:08:17:28 +0000] "GET / HTTP/1.1" 302 944 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36"
owncloud_1  | 192.168.0.123 - - [17/Sep/2018:08:17:31 +0000] "GET /core/img/background.png?v=2 HTTP/1.1" 200 103025 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36"
owncloud_1  | 193.204.34.9 - - [17/Sep/2018:08:17:37 +0000] "GET / HTTP/1.0" 302 911 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36"
owncloud_1  | 193.204.34.9 - - [17/Sep/2018:08:19:48 +0000] "GET / HTTP/1.0" 302 901 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36"
owncloud_1  | 193.204.34.9 - - [17/Sep/2018:08:51:49 +0000] "GET / HTTP/1.0" 302 901 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36"

Browser log

Browser log (.har file from edge)
{
    "log": {
        "version": "1.2",
        "creator": {
            "name": "F12 Developer Tools",
            "version": ""
        },
        "entries": [
            {
                "startedDateTime": "2018-09-17T09:07:42.523Z",
                "time": 126,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files/",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [],
                    "headersSize": 49,
                    "bodySize": -1
                },
                "response": {
                    "status": 303,
                    "statusText": "See Other",
                    "httpVersion": "HTTP",
                    "cookies": [
                        {
                            "name": "nc_session_id",
                            "value": "deleted",
                            "expires": "2018-09-17T09:07:42.648Z",
                            "httpOnly": true
                        },
                        {
                            "name": "nc_session_id",
                            "value": "deleted",
                            "expires": "2018-09-17T09:07:42.648Z",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "nc_token",
                            "value": "deleted",
                            "expires": "2018-09-17T09:07:42.648Z",
                            "httpOnly": true
                        },
                        {
                            "name": "nc_token",
                            "value": "deleted",
                            "expires": "2018-09-17T09:07:42.648Z",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "nc_username",
                            "value": "deleted",
                            "expires": "2018-09-17T09:07:42.648Z",
                            "httpOnly": true
                        },
                        {
                            "name": "nc_username",
                            "value": "deleted",
                            "expires": "2018-09-17T09:07:42.648Z",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "oc7foes2lxec",
                            "value": "8e65d8e3b75da8451a9dfceed7682434",
                            "httpOnly": true,
                            "path": "/"
                        }
                    ],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "no-cache, no-store, must-revalidate"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Content-Length",
                            "value": "0"
                        },
                        {
                            "name": "Content-Security-Policy",
                            "value": "default-src 'none';base-uri 'none';manifest-src 'self';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/html; charset=UTF-8"
                        },
                        {
                            "name": "Date",
                            "value": "Mon, 17 Sep 2018 09:07:49 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Thu, 19 Nov 1981 08:52:00 GMT"
                        },
                        {
                            "name": "Keep-Alive",
                            "value": "timeout=5, max=99"
                        },
                        {
                            "name": "Location",
                            "value": "/login?redirect_url=/apps/files/"
                        },
                        {
                            "name": "Pragma",
                            "value": "no-cache"
                        },
                        {
                            "name": "Server",
                            "value": "Apache/2.4.25 (Debian)"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_session_id=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_session_id=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_token=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_username=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "oc7foes2lxec=8e65d8e3b75da8451a9dfceed7682434; path=/; HttpOnly"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "X-Download-Options",
                            "value": "noopen"
                        },
                        {
                            "name": "X-Frame-Options",
                            "value": "SAMEORIGIN"
                        },
                        {
                            "name": "X-Permitted-Cross-Domain-Policies",
                            "value": "none"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "PHP/7.2.10"
                        },
                        {
                            "name": "X-Robots-Tag",
                            "value": "none"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        }
                    ],
                    "content": {
                        "size": 0,
                        "mimeType": "text/html",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": 1359,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": 1,
                    "dns": -1,
                    "connect": -1,
                    "send": 125,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.613Z",
                "time": 761,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files/",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Accept-Encoding",
                            "value": "gzip, deflate"
                        },
                        {
                            "name": "Accept-Language",
                            "value": "it-IT, it; q=0.8, en-US; q=0.5, en; q=0.3"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        },
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134"
                        }
                    ],
                    "queryString": [],
                    "headersSize": 321,
                    "bodySize": -1
                },
                "response": {
                    "status": 401,
                    "statusText": "Unauthorized",
                    "httpVersion": "HTTP",
                    "cookies": [
                        {
                            "name": "nc_sameSiteCookielax",
                            "value": "true",
                            "expires": "2100-12-31T23:59:59.000Z",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "nc_sameSiteCookiestrict",
                            "value": "true",
                            "expires": "2100-12-31T23:59:59.000Z",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "oc_sessionPassphrase",
                            "value": "1SQ3NuZi%2B5H3SkvYbM0Ho%2BdzXLY1NiJKeuNnX1hVpCd%2FWL03yCJxcCSPcyQ9zWNSxo7Atx5Xft0nWjL40Mwn62HLSO26HxSVUkV%2B%2BCvMEu242Vs3%2F5E7v4WJpsxaGvzR",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "oc7foes2lxec",
                            "value": "158a041d720d47d083310ac4d2374355",
                            "httpOnly": true,
                            "path": "/"
                        }
                    ],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "no-cache, no-store, must-revalidate"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Content-Length",
                            "value": "43"
                        },
                        {
                            "name": "Content-Security-Policy",
                            "value": "default-src 'none';base-uri 'none';manifest-src 'self';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'"
                        },
                        {
                            "name": "Content-Type",
                            "value": "application/json; charset=utf-8"
                        },
                        {
                            "name": "Date",
                            "value": "Mon, 17 Sep 2018 09:07:49 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Thu, 19 Nov 1981 08:52:00 GMT"
                        },
                        {
                            "name": "Keep-Alive",
                            "value": "timeout=5, max=100"
                        },
                        {
                            "name": "Pragma",
                            "value": "no-cache"
                        },
                        {
                            "name": "Server",
                            "value": "Apache/2.4.25 (Debian)"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_sameSiteCookielax=true; path=/; httponly;expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_sameSiteCookiestrict=true; path=/; httponly;expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "oc_sessionPassphrase=1SQ3NuZi%2B5H3SkvYbM0Ho%2BdzXLY1NiJKeuNnX1hVpCd%2FWL03yCJxcCSPcyQ9zWNSxo7Atx5Xft0nWjL40Mwn62HLSO26HxSVUkV%2B%2BCvMEu242Vs3%2F5E7v4WJpsxaGvzR; path=/; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "oc7foes2lxec=158a041d720d47d083310ac4d2374355; path=/; HttpOnly"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "X-Download-Options",
                            "value": "noopen"
                        },
                        {
                            "name": "X-Frame-Options",
                            "value": "SAMEORIGIN"
                        },
                        {
                            "name": "X-Permitted-Cross-Domain-Policies",
                            "value": "none"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "PHP/7.2.10"
                        },
                        {
                            "name": "X-Robots-Tag",
                            "value": "none"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        }
                    ],
                    "content": {
                        "size": 43,
                        "compression": -1197,
                        "mimeType": "application/json",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": 1197,
                    "bodySize": 1240
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 85,
                    "wait": 0,
                    "receive": 676,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.663Z",
                "time": 141,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/login?redirect_url=/apps/files/",
                    "httpVersion": "HTTP",
                    "cookies": [
                        {
                            "name": "nc_sameSiteCookielax",
                            "value": "true"
                        },
                        {
                            "name": "nc_sameSiteCookiestrict",
                            "value": "true"
                        },
                        {
                            "name": "oc_sessionPassphrase",
                            "value": "Bld8FRJJKaMZfoXf4JQNClKELbtHzhyb1H5LRXxgGrbRUTGD6MNajw71iwpxUGZH%2FBCFbvCwWUPtp6mxvjrc2LMv%2BH%2B%2Ftne5UQ%2FlRlawdFpenLduh%2BtSuXgwiYvz0kkr"
                        },
                        {
                            "name": "oc7foes2lxec",
                            "value": "8e65d8e3b75da8451a9dfceed7682434"
                        }
                    ],
                    "headers": [
                        {
                            "name": "Accept",
                            "value": "text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8"
                        },
                        {
                            "name": "Accept-Encoding",
                            "value": "gzip, deflate"
                        },
                        {
                            "name": "Accept-Language",
                            "value": "it-IT, it; q=0.8, en-US; q=0.5, en; q=0.3"
                        },
                        {
                            "name": "Cache-Control",
                            "value": "max-age=0"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Cookie",
                            "value": "nc_sameSiteCookiestrict=true; nc_sameSiteCookielax=true; oc7foes2lxec=8e65d8e3b75da8451a9dfceed7682434; oc_sessionPassphrase=Bld8FRJJKaMZfoXf4JQNClKELbtHzhyb1H5LRXxgGrbRUTGD6MNajw71iwpxUGZH%2FBCFbvCwWUPtp6mxvjrc2LMv%2BH%2B%2Ftne5UQ%2FlRlawdFpenLduh%2BtSuXgwiYvz0kkr"
                        },
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        },
                        {
                            "name": "Referer",
                            "value": "http://192.168.0.30:10026/login"
                        },
                        {
                            "name": "Upgrade-Insecure-Requests",
                            "value": "1"
                        },
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "redirect_url",
                            "value": "/apps/files/"
                        }
                    ],
                    "headersSize": 779,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "no-cache, no-store, must-revalidate"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Content-Length",
                            "value": "2156"
                        },
                        {
                            "name": "Content-Security-Policy",
                            "value": "default-src 'none';base-uri 'none';manifest-src 'self';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/html; charset=UTF-8"
                        },
                        {
                            "name": "Date",
                            "value": "Mon, 17 Sep 2018 09:07:49 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Thu, 19 Nov 1981 08:52:00 GMT"
                        },
                        {
                            "name": "Keep-Alive",
                            "value": "timeout=5, max=98"
                        },
                        {
                            "name": "Pragma",
                            "value": "no-cache"
                        },
                        {
                            "name": "Server",
                            "value": "Apache/2.4.25 (Debian)"
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "X-Download-Options",
                            "value": "noopen"
                        },
                        {
                            "name": "X-Frame-Options",
                            "value": "SAMEORIGIN"
                        },
                        {
                            "name": "X-Permitted-Cross-Domain-Policies",
                            "value": "none"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "PHP/7.2.10"
                        },
                        {
                            "name": "X-Robots-Tag",
                            "value": "none"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        }
                    ],
                    "content": {
                        "size": 2156,
                        "compression": -780,
                        "mimeType": "text/html",
                        "text": "<!DOCTYPE html>\n<html class=\"ng-csp\" data-placeholder-focus=\"false\" lang=\"it\" data-locale=\"it\" >\n\t<head data-requesttoken=\"R9+2C9d37iIoL+fwMGlU9Fou+BLUIUKZsB+L1VeyNgo=:LaXscr5BrWtMfYajH0I6v2hqt2SgeHvvxU3KkT/ncWc=\">\n\t\t<meta charset=\"utf-8\">\n\t\t<title>\n\t\tNextcloud\t\t</title>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"referrer\" content=\"no-referrer\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0\">\n\t\t<meta name=\"apple-itunes-app\" content=\"app-id=1125420102\">\n\t\t<meta name=\"theme-color\" content=\"#0082c9\">\n\t\t<link rel=\"icon\" href=\"/core/img/favicon.ico\">\n\t\t<link rel=\"apple-touch-icon-precomposed\" href=\"/core/img/favicon-touch.png\">\n\t\t<link rel=\"mask-icon\" sizes=\"any\" href=\"/core/img/favicon-mask.svg\" color=\"#0082c9\">\n\t\t<link rel=\"manifest\" href=\"/apps/theming/manifest?v=0\">\n\t\t<link rel=\"stylesheet\" href=\"/core/vendor/select2/select2.css?v=88db1c9d-0\">\n<link rel=\"stylesheet\" href=\"/core/vendor/jquery-ui/themes/base/jquery-ui.css?v=88db1c9d-0\">\n<link rel=\"stylesheet\" href=\"/apps/files_versions/css/versions.css?v=91a57076-0\">\n<link rel=\"stylesheet\" href=\"/apps/files_pdfviewer/css/style.css?v=38dfe638-0\">\n<link rel=\"stylesheet\" href=\"/apps/files_videoplayer/css/style.css?v=198068b3-0\">\n<link rel=\"stylesheet\" href=\"/core/css/guest.css?v=88db1c9d-0\">\n\t\t<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/js/oc.js?v=88db1c9d\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/vendor/core.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/js/core/merged-template-prepend.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/search/js/search.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/l10n/it.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/js/core/merged-share-backend.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/apps/firstrunwizard/l10n/it.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/apps/firstrunwizard/js/jquery.colorbox.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/apps/firstrunwizard/js/firstrunwizard.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/apps/files_pdfviewer/js/previewplugin.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/apps/files_videoplayer/js/viewer.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/apps/gallery/l10n/it.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/search/js/searchprovider.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/js/jquery-ui-fixes.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/js/files/fileinfo.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/js/files/client.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/js/contactsmenu.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/core/vendor/jsTimezoneDetect/jstz.js?v=88db1c9d-0\"></script>\n<script nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\" defer src=\"/js/core/merged-login.js?v=88db1c9d-0\"></script>\n\t\t<link rel=\"stylesheet\" href=\"/apps/theming/styles?v=0\"/><script defer src=\"/apps/theming/js/theming?v=0\" nonce=\"UjkrMkM5ZDM3aUlvTCtmd01HbFU5Rm91K0JMVUlVS1pzQitMMVZleU5nbz06TGFYc2NyNUJyV3RNZllhakgwSTZ2MmhxdDJTZ2VIdnZ4VTNLa1QvbmNXYz0=\"></script><meta property=\"og:title\" content=\"Nextcloud\"/><meta property=\"og:description\" content=\"un posto sicuro per tutti i tuoi dati\"/><meta property=\"og:site_name\" content=\"Nextcloud\"/><meta property=\"og:url\" content=\"http://192.168.0.30:10026/\"/><meta property=\"og:type\" content=\"website\"/><meta property=\"og:image\" content=\"http://192.168.0.30:10026/core/img/favicon-touch.png\"/>\t</head>\n\t<body id=\"body-login\">\n\t\t<noscript>\n\t<div id=\"nojavascript\">\n\t\t<div>\n\t\t\tQuesta applicazione richiede JavaScript per un corretto funzionamento. <a href=\"https://www.enable-javascript.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Abilita JavaScript</a> e ricarica la pagina.\t\t</div>\n\t</div>\n</noscript>\n\t\t<div class=\"wrapper\">\n\t\t\t<div class=\"v-align\">\n\t\t\t\t\t\t\t\t\t<header role=\"banner\">\n\t\t\t\t\t\t<div id=\"header\">\n\t\t\t\t\t\t\t<div class=\"logo\">\n\t\t\t\t\t\t\t\t<h1 class=\"hidden-visually\">\n\t\t\t\t\t\t\t\t\tNextcloud\t\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</header>\n\t\t\t\t\t\t\t\t<main>\n\t\t\t\t\t\n<!--[if IE 8]><style>input[type=\"checkbox\"]{padding:0;}</style><![endif]-->\n<form method=\"post\" name=\"login\">\n\t<fieldset>\n\t<input type=\"hidden\" name=\"redirect_url\" value=\"/apps/files/\">\t\t\t\t\t\t\t\t<div id=\"message\" class=\"hidden\">\n\t\t\t<img class=\"float-spinner\" alt=\"\"\n\t\t\t\tsrc=\"/core/img/loading-dark.gif\">\n\t\t\t<span id=\"messageText\"></span>\n\t\t\t<!-- the following div ensures that the spinner is always inside the #message div -->\n\t\t\t<div style=\"clear: both;\"></div>\n\t\t</div>\n\t\t<p class=\"grouptop\">\n\t\t\t<input type=\"text\" name=\"user\" id=\"user\"\n\t\t\t\tplaceholder=\"Nome utente o email\"\n\t\t\t\taria-label=\"Nome utente o email\"\n\t\t\t\tvalue=\"\"\n\t\t\t\tautofocus\t\t\t\tautocomplete=\"on\" autocapitalize=\"none\" autocorrect=\"off\" required>\n\t\t\t<label for=\"user\" class=\"infield\">Nome utente o email</label>\n\t\t</p>\n\n\t\t<p class=\"groupbottom\">\n\t\t\t<input type=\"password\" name=\"password\" id=\"password\" value=\"\"\n\t\t\t\tplaceholder=\"Password\"\n\t\t\t\taria-label=\"Password\"\n\t\t\t\t\t\t\t\tautocomplete=\"on\" autocapitalize=\"off\" autocorrect=\"none\" required>\n\t\t\t<label for=\"password\" class=\"infield\">Password</label>\n\t\t</p>\n\n\t\t<div id=\"submit-wrapper\">\n\t\t\t<input type=\"submit\" id=\"submit\" class=\"login primary\" title=\"\" value=\"Accedi\" disabled=\"disabled\" />\n\t\t\t<div class=\"submit-icon icon-confirm-white\"></div>\n\t\t</div>\n\n\t\t\n\t\t\n\t\t\t\t<div id=\"reset-password-wrapper\" style=\"display: none;\">\n\t\t\t<input type=\"submit\" id=\"reset-password-submit\" class=\"login primary\" title=\"\" value=\"Ripristina la password\" disabled=\"disabled\" />\n\t\t\t<div class=\"submit-icon icon-confirm-white\"></div>\n\t\t</div>\n\t\t\n\t\t<div class=\"login-additional\">\n\t\t\t\t\t\t<div class=\"lost-password-container\">\n\t\t\t\t<a id=\"lost-password\" href=\"\">\n\t\t\t\t\tHai dimenticato la password?\t\t\t\t</a>\n\t\t\t\t<a id=\"lost-password-back\" href=\"\" style=\"display:none;\">\n\t\t\t\t\tTorna alla schermata di accesso\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t<input type=\"hidden\" name=\"timezone_offset\" id=\"timezone_offset\"/>\n\t\t<input type=\"hidden\" name=\"timezone\" id=\"timezone\"/>\n\t\t<input type=\"hidden\" name=\"requesttoken\" value=\"R9+2C9d37iIoL+fwMGlU9Fou+BLUIUKZsB+L1VeyNgo=:LaXscr5BrWtMfYajH0I6v2hqt2SgeHvvxU3KkT/ncWc=\">\n\t</fieldset>\n</form>\n\t\t\t\t</main>\n\t\t\t</div>\n\t\t</div>\n\t\t<footer role=\"contentinfo\">\n\t\t\t<p class=\"info\">\n\t\t\t\t<a href=\"https://nextcloud.com\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"entity-name\">Nextcloud</a> – un posto sicuro per tutti i tuoi dati\t\t\t</p>\n\t\t</footer>\n\t</body>\n</html>\n"
                    },
                    "redirectURL": "",
                    "headersSize": 780,
                    "bodySize": 2936
                },
                "cache": {},
                "timings": {
                    "blocked": 1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 139,
                    "receive": 1,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.815Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_versions/css/versions.css?v=91a57076-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "91a57076-0"
                        }
                    ],
                    "headersSize": 87,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.816Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/vendor/jquery-ui/themes/base/jquery-ui.css?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 98,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.817Z",
                "time": 157,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/js/oc.js?v=88db1c9d",
                    "httpVersion": "HTTP",
                    "cookies": [
                        {
                            "name": "nc_sameSiteCookielax",
                            "value": "true"
                        },
                        {
                            "name": "nc_sameSiteCookiestrict",
                            "value": "true"
                        },
                        {
                            "name": "oc_sessionPassphrase",
                            "value": "Bld8FRJJKaMZfoXf4JQNClKELbtHzhyb1H5LRXxgGrbRUTGD6MNajw71iwpxUGZH%2FBCFbvCwWUPtp6mxvjrc2LMv%2BH%2B%2Ftne5UQ%2FlRlawdFpenLduh%2BtSuXgwiYvz0kkr"
                        },
                        {
                            "name": "oc7foes2lxec",
                            "value": "8e65d8e3b75da8451a9dfceed7682434"
                        }
                    ],
                    "headers": [
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Accept-Encoding",
                            "value": "gzip, deflate"
                        },
                        {
                            "name": "Accept-Language",
                            "value": "it-IT, it; q=0.8, en-US; q=0.5, en; q=0.3"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Cookie",
                            "value": "nc_sameSiteCookiestrict=true; nc_sameSiteCookielax=true; oc7foes2lxec=8e65d8e3b75da8451a9dfceed7682434; oc_sessionPassphrase=Bld8FRJJKaMZfoXf4JQNClKELbtHzhyb1H5LRXxgGrbRUTGD6MNajw71iwpxUGZH%2FBCFbvCwWUPtp6mxvjrc2LMv%2BH%2B%2Ftne5UQ%2FlRlawdFpenLduh%2BtSuXgwiYvz0kkr"
                        },
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        },
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d"
                        }
                    ],
                    "headersSize": 609,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "no-cache, no-store, must-revalidate"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Content-Disposition",
                            "value": "inline; filename"
                        },
                        {
                            "name": "Content-Length",
                            "value": "5054"
                        },
                        {
                            "name": "Content-Security-Policy",
                            "value": "default-src 'none';base-uri 'none';manifest-src 'self';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/javascript; charset=UTF-8"
                        },
                        {
                            "name": "Date",
                            "value": "Mon, 17 Sep 2018 09:07:49 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Thu, 19 Nov 1981 08:52:00 GMT"
                        },
                        {
                            "name": "Keep-Alive",
                            "value": "timeout=5, max=97"
                        },
                        {
                            "name": "Pragma",
                            "value": "no-cache"
                        },
                        {
                            "name": "Server",
                            "value": "Apache/2.4.25 (Debian)"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "X-Download-Options",
                            "value": "noopen"
                        },
                        {
                            "name": "X-Frame-Options",
                            "value": "SAMEORIGIN"
                        },
                        {
                            "name": "X-Permitted-Cross-Domain-Policies",
                            "value": "none"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "PHP/7.2.10"
                        },
                        {
                            "name": "X-Robots-Tag",
                            "value": "none"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        }
                    ],
                    "content": {
                        "size": 5054,
                        "compression": -778,
                        "mimeType": "text/javascript",
                        "text": "var oc_debug=false;\nvar oc_isadmin=false;\nvar backendAllowsPasswordConfirmation=true;\nvar oc_dataURL=false;\nvar oc_webroot=\"\";\nvar oc_appswebroots={\"accessibility\":\"/apps/accessibility\",\"activity\":\"/apps/activity\",\"bruteforcesettings\":false,\"cloud_federation_api\":\"/apps/cloud_federation_api\",\"comments\":\"/apps/comments\",\"dav\":\"/apps/dav\",\"federatedfilesharing\":\"/apps/federatedfilesharing\",\"federation\":\"/apps/federation\",\"files\":\"/apps/files\",\"files_external\":\"/apps/files_external\",\"files_pdfviewer\":\"/apps/files_pdfviewer\",\"files_sharing\":\"/apps/files_sharing\",\"files_texteditor\":\"/apps/files_texteditor\",\"files_trashbin\":\"/apps/files_trashbin\",\"files_versions\":\"/apps/files_versions\",\"files_videoplayer\":\"/apps/files_videoplayer\",\"firstrunwizard\":\"/apps/firstrunwizard\",\"gallery\":\"/apps/gallery\",\"logreader\":\"/apps/logreader\",\"lookup_server_connector\":\"/apps/lookup_server_connector\",\"nextcloud_announcements\":\"/apps/nextcloud_announcements\",\"oauth2\":\"/apps/oauth2\",\"password_policy\":\"/apps/password_policy\",\"provisioning_api\":\"/apps/provisioning_api\",\"serverinfo\":\"/apps/serverinfo\",\"sharebymail\":\"/apps/sharebymail\",\"support\":\"/apps/support\",\"survey_client\":\"/apps/survey_client\",\"systemtags\":\"/apps/systemtags\",\"theming\":\"/apps/theming\",\"twofactor_backupcodes\":\"/apps/twofactor_backupcodes\",\"updatenotification\":\"/apps/updatenotification\",\"workflowengine\":\"/apps/workflowengine\"};\nvar datepickerFormatDate=\"dd\\/MM\\/yy\";\nvar nc_lastLogin=0;\nvar nc_pageLoad=1537175269;\nvar dayNames=[\"Domenica\",\"Luned\\u00ec\",\"Marted\\u00ec\",\"Mercoled\\u00ec\",\"Gioved\\u00ec\",\"Venerd\\u00ec\",\"Sabato\"];\nvar dayNamesShort=[\"Dom.\",\"Lun.\",\"Mar.\",\"Mer.\",\"Gio.\",\"Ven.\",\"Sab.\"];\nvar dayNamesMin=[\"Do\",\"Lu\",\"Ma\",\"Me\",\"Gi\",\"Ve\",\"Sa\"];\nvar monthNames=[\"Gennaio\",\"Febbraio\",\"Marzo\",\"Aprile\",\"Maggio\",\"Giugno\",\"Luglio\",\"Agosto\",\"Settembre\",\"Ottobre\",\"Novembre\",\"Dicembre\"];\nvar monthNamesShort=[\"Gen.\",\"Feb.\",\"Mar.\",\"Apr.\",\"Mag.\",\"Giu.\",\"Lug.\",\"Ago.\",\"Set.\",\"Ott.\",\"Nov.\",\"Dic.\"];\nvar firstDay=1;\nvar oc_config={\"session_lifetime\":1440,\"session_keepalive\":true,\"version\":\"14.0.0.19\",\"versionstring\":\"14.0.0\",\"enable_avatars\":true,\"lost_password_link\":null,\"modRewriteWorking\":true,\"sharing.maxAutocompleteResults\":0,\"sharing.minSearchStringLength\":0,\"blacklist_files_regex\":\"\\\\.(part|filepart)$\"};\nvar oc_appconfig={\"core\":{\"defaultExpireDateEnabled\":false,\"defaultExpireDate\":null,\"defaultExpireDateEnforced\":null,\"enforcePasswordForPublicLink\":false,\"enableLinkPasswordByDefault\":false,\"sharingDisabledForUser\":false,\"resharingAllowed\":true,\"remoteShareAllowed\":true,\"federatedCloudShareDoc\":\"https:\\/\\/docs.nextcloud.com\\/server\\/14\\/go.php?to=user-sharing-federated\",\"allowGroupSharing\":true},\"files\":{\"max_chunk_size\":10485760},\"comments\":{\"maxAutoCompleteResults\":10},\"shareByMailEnabled\":true,\"shareByMail\":{\"enforcePasswordProtection\":false}};\nvar oc_defaults={\"entity\":\"Nextcloud\",\"name\":\"Nextcloud\",\"title\":\"Nextcloud\",\"baseUrl\":\"https:\\/\\/nextcloud.com\",\"syncClientUrl\":\"https:\\/\\/nextcloud.com\\/install\\/#install-clients\",\"docBaseUrl\":\"https:\\/\\/docs.nextcloud.com\",\"docPlaceholderUrl\":\"https:\\/\\/docs.nextcloud.com\\/server\\/14\\/go.php?to=PLACEHOLDER\",\"slogan\":\"un posto sicuro per tutti i tuoi dati\",\"logoClaim\":\"\",\"shortFooter\":\"<a href=\\\"https:\\/\\/nextcloud.com\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\" class=\\\"entity-name\\\">Nextcloud<\\/a> \\u2013 un posto sicuro per tutti i tuoi dati\",\"longFooter\":\"<a href=\\\"https:\\/\\/nextcloud.com\\\" target=\\\"_blank\\\" rel=\\\"noreferrer noopener\\\" class=\\\"entity-name\\\">Nextcloud<\\/a> \\u2013 un posto sicuro per tutti i tuoi dati\",\"folder\":\"\"};\nvar oc_capabilities={\"core\":{\"pollinterval\":60,\"webdav-root\":\"remote.php\\/webdav\"},\"bruteforce\":{\"delay\":200},\"activity\":{\"apiv2\":[\"filters\",\"filters-api\",\"previews\",\"rich-strings\"]},\"ocm\":{\"enabled\":true,\"apiVersion\":\"1.0-proposal1\",\"endPoint\":\"http:\\/\\/192.168.0.30:10026\\/ocm\",\"shareTypes\":[{\"name\":\"file\",\"protocols\":{\"webdav\":\"\\/public.php\\/webdav\\/\"}}]},\"dav\":{\"chunking\":\"1.0\"},\"files_sharing\":{\"api_enabled\":true,\"public\":{\"enabled\":true,\"password\":{\"enforced\":false},\"expire_date\":{\"enabled\":false},\"send_mail\":false,\"upload\":true,\"upload_files_drop\":true},\"resharing\":true,\"user\":{\"send_mail\":false,\"expire_date\":{\"enabled\":true}},\"group_sharing\":true,\"group\":{\"enabled\":true,\"expire_date\":{\"enabled\":true}},\"default_permissions\":31,\"federation\":{\"outgoing\":true,\"incoming\":true,\"expire_date\":{\"enabled\":true}},\"sharebymail\":{\"enabled\":true,\"upload_files_drop\":{\"enabled\":true},\"password\":{\"enabled\":true},\"expire_date\":{\"enabled\":true}}},\"theming\":{\"name\":\"Nextcloud\",\"url\":\"https:\\/\\/nextcloud.com\",\"slogan\":\"un posto sicuro per tutti i tuoi dati\",\"color\":\"#0082c9\",\"color-text\":\"#ffffff\",\"color-element\":\"#0082c9\",\"logo\":\"http:\\/\\/192.168.0.30:10026\\/core\\/img\\/logo.svg?v=0\",\"background\":\"http:\\/\\/192.168.0.30:10026\\/core\\/img\\/background.png?v=0\",\"background-plain\":false,\"background-default\":true},\"password_policy\":{\"minLength\":8,\"enforceNonCommonPassword\":true,\"enforceNumericCharacters\":false,\"enforceSpecialCharacters\":false,\"enforceUpperLowerCase\":false}};\n"
                    },
                    "redirectURL": "",
                    "headersSize": 778,
                    "bodySize": 5832
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 153,
                    "receive": 4,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.820Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/css/guest.css?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 69,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.822Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/vendor/select2/select2.css?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 82,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.824Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_pdfviewer/css/style.css?v=38dfe638-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "38dfe638-0"
                        }
                    ],
                    "headersSize": 85,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.824Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/vendor/core.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 70,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.824Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/js/core/merged-template-prepend.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 85,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.826Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/search/js/search.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 75,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.826Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/firstrunwizard/js/jquery.colorbox.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 92,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.827Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/l10n/it.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 66,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.827Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/js/core/merged-share-backend.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 82,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.829Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_videoplayer/css/style.css?v=198068b3-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "198068b3-0"
                        }
                    ],
                    "headersSize": 87,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.831Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/firstrunwizard/l10n/it.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 81,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.831Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/firstrunwizard/js/firstrunwizard.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 91,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.831Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_pdfviewer/js/previewplugin.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 91,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.833Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_videoplayer/js/viewer.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 86,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.833Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/gallery/l10n/it.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 74,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.833Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/js/files/fileinfo.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 76,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.834Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/js/files/client.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 74,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.834Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/search/js/searchprovider.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 83,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.834Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/js/jquery-ui-fixes.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 77,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.834Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/vendor/jsTimezoneDetect/jstz.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 87,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.836Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/js/contactsmenu.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 74,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.836Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/theming/styles?v=0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "0"
                        }
                    ],
                    "headersSize": 61,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.838Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/js/core/merged-login.js?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 74,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.838Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/theming/js/theming?v=0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "0"
                        }
                    ],
                    "headersSize": 65,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.838Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/img/loading-dark.gif",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [],
                    "headersSize": 63,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.897Z",
                "time": 159,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/login?redirect_url=/apps/files/",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Accept",
                            "value": "*/*"
                        },
                        {
                            "name": "Accept-Encoding",
                            "value": "gzip, deflate"
                        },
                        {
                            "name": "Accept-Language",
                            "value": "it-IT, it; q=0.8, en-US; q=0.5, en; q=0.3"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        },
                        {
                            "name": "User-Agent",
                            "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "redirect_url",
                            "value": "/apps/files/"
                        }
                    ],
                    "headersSize": 341,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [
                        {
                            "name": "nc_sameSiteCookielax",
                            "value": "true",
                            "expires": "2100-12-31T23:59:59.000Z",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "nc_sameSiteCookiestrict",
                            "value": "true",
                            "expires": "2100-12-31T23:59:59.000Z",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "oc_sessionPassphrase",
                            "value": "q%2FfnyZSkDzyfuQUFmLDaKfkyblwRssSYsA16OxQMTjsvxXqwR7c6z%2FH5NsXT5jc5e4453YN3P%2FD8BFgUKhMo3nbdh6BuUhJMeWHVPcfFPwpdOQ811bzxQSRgBUGfowKX",
                            "httpOnly": true,
                            "path": "/"
                        },
                        {
                            "name": "oc7foes2lxec",
                            "value": "e356ce027b9105fb970622ff6c89c1a6",
                            "httpOnly": true,
                            "path": "/"
                        }
                    ],
                    "headers": [
                        {
                            "name": "Cache-Control",
                            "value": "no-cache, no-store, must-revalidate"
                        },
                        {
                            "name": "Connection",
                            "value": "Keep-Alive"
                        },
                        {
                            "name": "Content-Encoding",
                            "value": "gzip"
                        },
                        {
                            "name": "Content-Length",
                            "value": "2157"
                        },
                        {
                            "name": "Content-Security-Policy",
                            "value": "default-src 'none';base-uri 'none';manifest-src 'self';script-src 'self' 'unsafe-eval';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self';connect-src 'self';media-src 'self'"
                        },
                        {
                            "name": "Content-Type",
                            "value": "text/html; charset=UTF-8"
                        },
                        {
                            "name": "Date",
                            "value": "Mon, 17 Sep 2018 09:07:49 GMT"
                        },
                        {
                            "name": "Expires",
                            "value": "Thu, 19 Nov 1981 08:52:00 GMT"
                        },
                        {
                            "name": "Keep-Alive",
                            "value": "timeout=5, max=100"
                        },
                        {
                            "name": "Pragma",
                            "value": "no-cache"
                        },
                        {
                            "name": "Server",
                            "value": "Apache/2.4.25 (Debian)"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_sameSiteCookielax=true; path=/; httponly;expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "nc_sameSiteCookiestrict=true; path=/; httponly;expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "oc_sessionPassphrase=q%2FfnyZSkDzyfuQUFmLDaKfkyblwRssSYsA16OxQMTjsvxXqwR7c6z%2FH5NsXT5jc5e4453YN3P%2FD8BFgUKhMo3nbdh6BuUhJMeWHVPcfFPwpdOQ811bzxQSRgBUGfowKX; path=/; HttpOnly"
                        },
                        {
                            "name": "Set-Cookie",
                            "value": "oc7foes2lxec=e356ce027b9105fb970622ff6c89c1a6; path=/; HttpOnly"
                        },
                        {
                            "name": "Vary",
                            "value": "Accept-Encoding"
                        },
                        {
                            "name": "X-Content-Type-Options",
                            "value": "nosniff"
                        },
                        {
                            "name": "X-Download-Options",
                            "value": "noopen"
                        },
                        {
                            "name": "X-Frame-Options",
                            "value": "SAMEORIGIN"
                        },
                        {
                            "name": "X-Permitted-Cross-Domain-Policies",
                            "value": "none"
                        },
                        {
                            "name": "X-Powered-By",
                            "value": "PHP/7.2.10"
                        },
                        {
                            "name": "X-Robots-Tag",
                            "value": "none"
                        },
                        {
                            "name": "X-XSS-Protection",
                            "value": "1; mode=block"
                        }
                    ],
                    "content": {
                        "size": 2157,
                        "compression": -1233,
                        "mimeType": "text/html",
                        "text": "<!DOCTYPE html>\n<html class=\"ng-csp\" data-placeholder-focus=\"false\" lang=\"it\" data-locale=\"it\" >\n\t<head data-requesttoken=\"oIRAkiMroYv7kbvqVcDRXZbetscrKd8g0vb0SbJ8Lu0=:7NU5wnVSmfnCw8uMD4G9Ht7phYRYQ6V4naG5KMURYLg=\">\n\t\t<meta charset=\"utf-8\">\n\t\t<title>\n\t\tNextcloud\t\t</title>\n\t\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t\t<meta name=\"referrer\" content=\"no-referrer\">\n\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0\">\n\t\t<meta name=\"apple-itunes-app\" content=\"app-id=1125420102\">\n\t\t<meta name=\"theme-color\" content=\"#0082c9\">\n\t\t<link rel=\"icon\" href=\"/core/img/favicon.ico\">\n\t\t<link rel=\"apple-touch-icon-precomposed\" href=\"/core/img/favicon-touch.png\">\n\t\t<link rel=\"mask-icon\" sizes=\"any\" href=\"/core/img/favicon-mask.svg\" color=\"#0082c9\">\n\t\t<link rel=\"manifest\" href=\"/apps/theming/manifest?v=0\">\n\t\t<link rel=\"stylesheet\" href=\"/core/vendor/select2/select2.css?v=88db1c9d-0\">\n<link rel=\"stylesheet\" href=\"/core/vendor/jquery-ui/themes/base/jquery-ui.css?v=88db1c9d-0\">\n<link rel=\"stylesheet\" href=\"/apps/files_versions/css/versions.css?v=91a57076-0\">\n<link rel=\"stylesheet\" href=\"/apps/files_pdfviewer/css/style.css?v=38dfe638-0\">\n<link rel=\"stylesheet\" href=\"/apps/files_videoplayer/css/style.css?v=198068b3-0\">\n<link rel=\"stylesheet\" href=\"/core/css/guest.css?v=88db1c9d-0\">\n\t\t<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/js/oc.js?v=88db1c9d\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/vendor/core.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/js/core/merged-template-prepend.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/search/js/search.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/l10n/it.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/js/core/merged-share-backend.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/apps/firstrunwizard/l10n/it.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/apps/firstrunwizard/js/jquery.colorbox.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/apps/firstrunwizard/js/firstrunwizard.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/apps/files_pdfviewer/js/previewplugin.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/apps/files_videoplayer/js/viewer.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/apps/gallery/l10n/it.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/search/js/searchprovider.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/js/jquery-ui-fixes.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/js/files/fileinfo.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/js/files/client.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/js/contactsmenu.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/core/vendor/jsTimezoneDetect/jstz.js?v=88db1c9d-0\"></script>\n<script nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\" defer src=\"/js/core/merged-login.js?v=88db1c9d-0\"></script>\n\t\t<link rel=\"stylesheet\" href=\"/apps/theming/styles?v=0\"/><script defer src=\"/apps/theming/js/theming?v=0\" nonce=\"b0lSQWtpTXJvWXY3a2J2cVZjRFJYWmJldHNjcktkOGcwdmIwU2JKOEx1MD06N05VNXduVlNtZm5Ddzh1TUQ0RzlIdDdwaFlSWVE2VjRuYUc1S01VUllMZz0=\"></script><meta property=\"og:title\" content=\"Nextcloud\"/><meta property=\"og:description\" content=\"un posto sicuro per tutti i tuoi dati\"/><meta property=\"og:site_name\" content=\"Nextcloud\"/><meta property=\"og:url\" content=\"http://192.168.0.30:10026/\"/><meta property=\"og:type\" content=\"website\"/><meta property=\"og:image\" content=\"http://192.168.0.30:10026/core/img/favicon-touch.png\"/>\t</head>\n\t<body id=\"body-login\">\n\t\t<noscript>\n\t<div id=\"nojavascript\">\n\t\t<div>\n\t\t\tQuesta applicazione richiede JavaScript per un corretto funzionamento. <a href=\"https://www.enable-javascript.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Abilita JavaScript</a> e ricarica la pagina.\t\t</div>\n\t</div>\n</noscript>\n\t\t<div class=\"wrapper\">\n\t\t\t<div class=\"v-align\">\n\t\t\t\t\t\t\t\t\t<header role=\"banner\">\n\t\t\t\t\t\t<div id=\"header\">\n\t\t\t\t\t\t\t<div class=\"logo\">\n\t\t\t\t\t\t\t\t<h1 class=\"hidden-visually\">\n\t\t\t\t\t\t\t\t\tNextcloud\t\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</header>\n\t\t\t\t\t\t\t\t<main>\n\t\t\t\t\t\n<!--[if IE 8]><style>input[type=\"checkbox\"]{padding:0;}</style><![endif]-->\n<form method=\"post\" name=\"login\">\n\t<fieldset>\n\t<input type=\"hidden\" name=\"redirect_url\" value=\"/apps/files/\">\t\t\t\t\t\t\t\t<div id=\"message\" class=\"hidden\">\n\t\t\t<img class=\"float-spinner\" alt=\"\"\n\t\t\t\tsrc=\"/core/img/loading-dark.gif\">\n\t\t\t<span id=\"messageText\"></span>\n\t\t\t<!-- the following div ensures that the spinner is always inside the #message div -->\n\t\t\t<div style=\"clear: both;\"></div>\n\t\t</div>\n\t\t<p class=\"grouptop\">\n\t\t\t<input type=\"text\" name=\"user\" id=\"user\"\n\t\t\t\tplaceholder=\"Nome utente o email\"\n\t\t\t\taria-label=\"Nome utente o email\"\n\t\t\t\tvalue=\"\"\n\t\t\t\tautofocus\t\t\t\tautocomplete=\"on\" autocapitalize=\"none\" autocorrect=\"off\" required>\n\t\t\t<label for=\"user\" class=\"infield\">Nome utente o email</label>\n\t\t</p>\n\n\t\t<p class=\"groupbottom\">\n\t\t\t<input type=\"password\" name=\"password\" id=\"password\" value=\"\"\n\t\t\t\tplaceholder=\"Password\"\n\t\t\t\taria-label=\"Password\"\n\t\t\t\t\t\t\t\tautocomplete=\"on\" autocapitalize=\"off\" autocorrect=\"none\" required>\n\t\t\t<label for=\"password\" class=\"infield\">Password</label>\n\t\t</p>\n\n\t\t<div id=\"submit-wrapper\">\n\t\t\t<input type=\"submit\" id=\"submit\" class=\"login primary\" title=\"\" value=\"Accedi\" disabled=\"disabled\" />\n\t\t\t<div class=\"submit-icon icon-confirm-white\"></div>\n\t\t</div>\n\n\t\t\n\t\t\n\t\t\t\t<div id=\"reset-password-wrapper\" style=\"display: none;\">\n\t\t\t<input type=\"submit\" id=\"reset-password-submit\" class=\"login primary\" title=\"\" value=\"Ripristina la password\" disabled=\"disabled\" />\n\t\t\t<div class=\"submit-icon icon-confirm-white\"></div>\n\t\t</div>\n\t\t\n\t\t<div class=\"login-additional\">\n\t\t\t\t\t\t<div class=\"lost-password-container\">\n\t\t\t\t<a id=\"lost-password\" href=\"\">\n\t\t\t\t\tHai dimenticato la password?\t\t\t\t</a>\n\t\t\t\t<a id=\"lost-password-back\" href=\"\" style=\"display:none;\">\n\t\t\t\t\tTorna alla schermata di accesso\t\t\t\t</a>\n\t\t\t</div>\n\t\t\t\t\t</div>\n\n\t\t<input type=\"hidden\" name=\"timezone_offset\" id=\"timezone_offset\"/>\n\t\t<input type=\"hidden\" name=\"timezone\" id=\"timezone\"/>\n\t\t<input type=\"hidden\" name=\"requesttoken\" value=\"oIRAkiMroYv7kbvqVcDRXZbetscrKd8g0vb0SbJ8Lu0=:7NU5wnVSmfnCw8uMD4G9Ht7phYRYQ6V4naG5KMURYLg=\">\n\t</fieldset>\n</form>\n\t\t\t\t</main>\n\t\t\t</div>\n\t\t</div>\n\t\t<footer role=\"contentinfo\">\n\t\t\t<p class=\"info\">\n\t\t\t\t<a href=\"https://nextcloud.com\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"entity-name\">Nextcloud</a> – un posto sicuro per tutti i tuoi dati\t\t\t</p>\n\t\t</footer>\n\t</body>\n</html>\n"
                    },
                    "redirectURL": "",
                    "headersSize": 1233,
                    "bodySize": 3390
                },
                "cache": {},
                "timings": {
                    "blocked": 0,
                    "dns": 0,
                    "connect": 17,
                    "send": 140,
                    "wait": 0,
                    "receive": 1,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.967Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/img/background.png?v=2",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "2"
                        }
                    ],
                    "headersSize": 65,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.984Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/img/actions/confirm-white.svg?v=2",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "2"
                        }
                    ],
                    "headersSize": 76,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:42.984Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/img/logo.svg?v=1",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "1"
                        }
                    ],
                    "headersSize": 59,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:43.693Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_versions/css/versions.css?v=91a57076-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "91a57076-0"
                        }
                    ],
                    "headersSize": 87,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:43.694Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/vendor/jquery-ui/themes/base/jquery-ui.css?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 98,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:43.695Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/css/guest.css?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 69,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:43.696Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/core/vendor/select2/select2.css?v=88db1c9d-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "88db1c9d-0"
                        }
                    ],
                    "headersSize": 82,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:43.696Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_pdfviewer/css/style.css?v=38dfe638-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "38dfe638-0"
                        }
                    ],
                    "headersSize": 85,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:43.697Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/files_videoplayer/css/style.css?v=198068b3-0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "198068b3-0"
                        }
                    ],
                    "headersSize": 87,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            },
            {
                "startedDateTime": "2018-09-17T09:07:43.698Z",
                "time": 0,
                "request": {
                    "method": "GET",
                    "url": "http://192.168.0.30:10026/apps/theming/styles?v=0",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [
                        {
                            "name": "Host",
                            "value": "192.168.0.30:10026"
                        }
                    ],
                    "queryString": [
                        {
                            "name": "v",
                            "value": "0"
                        }
                    ],
                    "headersSize": 61,
                    "bodySize": -1
                },
                "response": {
                    "status": 200,
                    "statusText": "OK",
                    "httpVersion": "HTTP",
                    "cookies": [],
                    "headers": [],
                    "content": {
                        "size": 0,
                        "mimeType": "",
                        "text": ""
                    },
                    "redirectURL": "",
                    "headersSize": -1,
                    "bodySize": 0
                },
                "cache": {},
                "timings": {
                    "blocked": -1,
                    "dns": -1,
                    "connect": -1,
                    "send": 0,
                    "wait": 0,
                    "receive": 0,
                    "ssl": -1
                }
            }
        ]
    }
}

@alvar-freude
Copy link

I think, that it is a problem with the session handling!

I have the same behavior after upgrading an old Owncloud installation, but different setup (FreeBSD, jailed, PostgreSQL, extra frontend Apache as reverse Proxy, …).

There is a message in the log file (with full log):

"Message":"Current user is not logged in","Code":401,

No other message, no reason for the redirect. I recommend to log much more information when in debug log mode!

It looks like a problem with the session: in /tmp there are now more then 3000 of session files (sess_XXXXX…), so it seems that the session is written, but after this there is a problem reading it again.

root@nextcloud:/usr/local/www/nextcloud # ll -t /tmp/sess_* | wc -l
    3202
root@nextcloud:/usr/local/www/nextcloud # ll -t /tmp/sess_* | head -n 1
-rw-------  1 www  wheel    0 25 Sep. 16:58 /tmp/sess_1c3c6be60402a810be3a98489c879de1
root@nextcloud:/usr/local/www/nextcloud # ll -t /tmp/sess_* | tail  -n 1
-rw-------  1 www  wheel  594 25 Sep. 16:26 /tmp/sess_75232730b7976d798d049c93b7c29cbf

So, there are >3000 session files in about half an hour! It seems, that for each request (via web or client!) there is a session file created (the server has about a dozen users, maybe five active in that time, syncing about 750000 files).

It looks like, that the session files are written, but Nextcloud can not read them and therefore the result is „Current user is not logged in“ and a new session is created.

I have another small nextcloud installation on the same machine in a different jail and recently upgraded it from 12 to 14, everything is fine.

@alvar-freude
Copy link

alvar-freude commented Sep 25, 2018

The patch discussed in #10885 (dev in #11103) work for me and I can login.

@Knot3n
Copy link

Knot3n commented Jan 9, 2019

@alvar-freude seems like the same issue on NC 15 is there with a few things more.

#13431

Infinite loop on /index.php/apps/files/ happens too.

@h-castle
Copy link

h-castle commented Mar 2, 2019

Also you could try to clean your cookies and then login.

@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Jun 12, 2019
@gmrizzo
Copy link

gmrizzo commented Jun 21, 2019

I have the same issue, completely fresh db and docker install. Also the passed directories where cleaned. After clicking "installing" or further down "Login", it tries to redirect me. Different browsers, different devices. Checked folder permissions twice. Any suggestions?

@kesselb
Copy link
Contributor

kesselb commented Aug 17, 2019

I made an installation from zip file on official website and it's working like a charm.

If some of you are still running into this problem please create a new issue. Thank you 👍

@kesselb kesselb closed this as completed Aug 17, 2019
@ismailyenigul
Copy link

Hello,
I had the same issue. After re-install nextcloud I could not login page from another site via iframe. I was getting redirected you too many times on Chrome
I added the following Header to .htaccess to fix the problem.

 Header edit Set-Cookie ^(.*)$ "$1; HttpOnly; Secure; SameSite=None" 

in block.

I am using traefik as a reverse proxy and added the following label

  - traefik.http.middlewares.nextcloud.headers.contentSecurityPolicy=frame-ancestors 'self' *.myexternaldomain.com

Also I had to add/change

  'overwriteprotocol' => 'https',
  'overwrite.cli.url' => 'https://mynextcloud.domain.com',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

10 participants