Projects STRLCPY agartha Commits 049e874b
🤬
  • ■ ■ ■ ■ ■ ■
    Agartha.py
    skipped 1080 lines
    1081 1081   self._responseViewer.setMessage("", False)
    1082 1082   self._lblAuthNotification.text = "Please add users to create an auth matrix"
    1083 1083   self._tbAuthNewUser.setForeground (Color.black)
    1084  - self._txtHeaderDefault = "GET /example HTTP/1.1\nHost: localhost\nAccept-Encoding: *\nConnection: close\nCookie: SessionID=......"
     1084 + self._txtHeaderDefault = "GET / HTTP/1.1\nHost: localhost\nAccept-Encoding: *\nConnection: close\nCookie: SessionID=......"
    1085 1085   self._tbAuthHeader.setText(self._txtHeaderDefault)
    1086  - self._txtURLDefault = "http://localhost/example\nhttp://...."
     1086 + self._txtURLDefault = "http://...."
    1087 1087   self._tbAuthURL.setText(self._txtURLDefault)
    1088 1088   self._txtUserDefault = "User1"
    1089 1089   self._tbAuthNewUser.text = self._txtUserDefault
    skipped 92 lines
Please wait...
Page is in error, reload to recover