New to Kimono, having problems editing an API - kimono

I'm looking for an easy to use but fast web scraping tool. I recently started experimenting with Kimono after the acquisition of Kimono and transition to a desktp app. I got stuck when I tried to go back and edit and finish my API. I tried to follow the instructions in the help menu. I opened the desktop app, opened my API then clicked on the [Edit] button. It switched to my browser and opened up the target URL. But I got nothing from Kimono - no menu bar. I'm not sure if the extension is supposed to open automatically, but it gave me no hint what I was supposed to do next, so I opened the chrome extension. There are no "properties" (or what I would usually call fields or table columns). I don't know how to open the existing API in chrome. Disclosure: I opened a thread prevviously and got some good advice, but I got stuck again and didn't get any further response. I'd reallly appreciate any advice you all can give me.

Related

Error popping up when I'm opening brave browser?Fix?

When I open the brave browser, a window (given below) opens up.
It doesn't really interfere with the processing of the browser.
But it is concerning why this keeps happening...
Error On Opening Brave Browser
after digging more into this, for me, it was the google keep extension. it repeatedly needs to be repaired in the brave extensions manager and this thread is what prompted me to try uninstalling it. https://www.reddit.com/r/brave_browser/comments/x8f7w8/extensions_not_working_in_brave_desktop_mac/
since uninstalling, on two separate systems, this no longer appears at launch. i pinned a google keep tab and that works for me.
tl;dr - google keep does not work with brave.

CKAN homepage redirection issue

Issue:
I am having a website developed in CKAN framework. I am struggling with a sporadic issue which is happening on my machine only. When i do some manual changes into CKAN database and tries to click on any menu or a link it is redirecting me to homepage.
After updating the database, i run the command for re-indexing the datasets using production.ini file, so that everything should be updated on the application, but nothing happened.
Temporary Solution
Following steps gives me temporary solution for this issue:
On the website, i need to press F12 button.
Then on the browser, i need to do right click on reload button.
Select the third option ie. "Empty cache and hard reset" will refresh the page and issue get resolved.
This is the temporary solution. If i came back on next day and try to click on other menu then again it redirected me to homepage.
Note: This issue is happening only on Chrome browser.
Please help me get a permanent solution to get rid of this caching issue.
Comments are appreciable.

Google Signin with IE11 & Edge not working

I'm trying to add Google Signin to our login page. I've followed the code supplied by Google, as well as a GitHub project that I used for code example. Both work perfect on Chrome, FireFox, Safari, but I can't get it to work on IE11 or Edge.
The GitHub project is at https://github.com/googleplus/gplus-quickstart-javascript. This project uses Google's newer apis.google.com, however I've also tried plus.google.com as suggested in another post. Neither work.
I added a data-onfailure function to the button, and get an error "popup_blocked_by_browser" even though the popup blocker is turned off in the browser. Even though I get this popup error, I do get a popup that asks which Google account to use, but when I choose one, I get the "The webpage your are viewing is trying to close the window" message. If I choose Yes, the window closes, but I don't get logged in.
Anyone have any advice for getting this to work in IE or Edge?
I ran into this problem on IE 11 with Windows 10.
I fixed it and then it happened again after receiving Windows Updates - annoying!
Here is what fixed it for me; it was an IE Setting.
Go to:
IE -> Internet Options -> Security
Check "Apply" and then "OK" To exit.
IE Settings Screen Shot
Finally, restart IE.

Webscarab editing issue

enter image description here
Hello everyone I think I have a pretty unique issue here with Webscarab. Downloaded it and installed fine on ubuntu w/
java -jar webscarab-installer-20070504-1631.jar (found on sourceforge)
it's configured fine and it is monitoring traffic, but every time I try to manually edit an intercepted request it will pop up a hidden window w/ the request(you can see three dots in the bottom left of the image to indicate the main window and two others are open). The problem is I cannot open that window, I'll try to click on one of the 'edit requests' when i right click that button, but it won't open them. it just keeps showing me that manual edit page. I tried reinstalling didn't fix it. java version is 1.7.0_85. Please help!
OK, so not a direct answer, but is there any particular reason you are using Webscarab?
That tool hasnt been updated for many years :/
Not too surprisingly I'd recommend you using OWASP ZAP: https://www.owasp.org/index.php/ZAP which is the most actively maintained open source web security tool.
Simon (ZAP Project Lead)

I Have A Tabbed Web Browser In VB And I Want To Allow New Tabs To Open In My Browser Instead of IE

I am designing the 8th update to my tabbed vb web browser (found at swordfish.savershot.net)in VB Express 08 and I'm having trouble with something. Whenever a webpage wants to open a link in a new tab (aka: Google Drive New Document), Internet Explorer turns on and runs the tab through them. I understand how it happens, because VB.NET by default uses IE as their Web Browsing core. However, I do not like it and I would love to be able to set those links to either open in a new tab in my browser or a new window in my browser. I have found a way to cancel the operation altogether but that's not very user friendly and I'd love to get my browser to a level where I can actually use it comfortably without annoying issues occurring. Thanks for the help.