-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
When it displays the flow table, it makes an extra URL request. To reproduce:
Go to Observe > Network Traffic. Select to view the flow table. Bring up JavaScript console and select the "Network" panel. Clear the entries. Click the Console's refresh icon to update the flow table.
It will show two "filters" request. The first one returns the status code 301 Moved Permanently. The second one is successful with status code 200.
The reason is because the first URL request has an extra forward slash. Example:
If you look carefully, the 1st URL has an extra slash in "//api".