-
```
the name of har file is the original url + .har. The length of url could well
exceed 255 characters, which would introduce the problem when saving it to the
table.
```
Original issue reported …
-
FF nightly 39.0a1 (2015-02-23) + firebug-3.0.0-alpha.9.xpi
I tried like you recommend here https://groups.google.com/forum/#!topic/firebug/oJwLFniRs-E
and tried window.NetExport.triggerExport("harFi…
-
```
Now that we see how it's used, make some optimizations to the MySQL schema:
- Do we need both url and urlShort in both pages and requests? We probably don't want text blobs in any table that's h…
-
```
Add support for exporting (and importing?) HAR files:
http://httparchive.org/about.php#harfile
Note there is a java lib which may help:
http://www.frogthinker.org/projects/harlib
```
Original…
-
```
For users who want to experiment with the datasets in MySQL but don't use PHP,
it would be helpful to have a SQL file to bootstrap the schema. The only way I
see to get started currently is to i…
-
BrowserMobProxy doesn't work while ProxyServer works perfectly.
I created a project and added the browsermob-dist-2.1.0-beta-2.jar (found in browsermob-proxy-2.1.0-beta-2\lib) and tried to run the exa…
-
Sometimes cookies' expires value is in a weird format, e.g. I get on a webpage
```
"response": {
"status": 302,
"statusText": "Found",
"httpVersion": "HTTP/1.1",
"cookies": [
…
-
HI shikhar, I am getting this message disabling high strenght ciphers but still getting below error: please suggest
07-16-2014;03:16:34.297 [QuartzScheduler_Worker-2] INFO c.b.i.client.util.SCPUpload…
-
Getting below error when I try to run a command.
code used:
client.connect(targetHost);
client.authPassword(userName, password);
session = client.startSession();;…
chezn updated
9 years ago
-
Hi
Thanks for a good tool. I have used the tool to automate selenium tests to capture network traffic.
I am getting the following issue from yesterday. Before that it was working fine. Please help …