question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`https://zap//zapCallBackUrl` is not a valid url

See original GitHub issue

When I try to use the HUD with the following setup:

Here is the content of the iframes injected on www.mozilla.org:

Corrupted Content Error

The site at https://zap//zapCallBackUrl/6777876384842314412?name=panel.html&url=https://www.mozilla.org&orientation=left has experienced a network protocol violation that cannot be repaired.

The page you are trying to view cannot be shown because an error in the data transmission was detected.

Please contact the website owners to inform them of this problem.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
Pamplemoussecommented, Jun 21, 2018

Alright, here is the PAC file I used:

function FindProxyForURL(url, host) {
  if (dnsDomainIs(host, "zap")) {
    return "PROXY localhost:8080";
  }

  return "DIRECT";
}

It seems to synergize well with FoxyProxy. I kept my rules and patterns and they are working fine alongside this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Valid URL not working · Issue #1546 - GitHub
What steps will reproduce the problem? 1.Put a URL like an IP Address or a domain with a generic top-level domain not so...
Read more >
Valid URL not allowed as callback url (.red domain)
I'm trying to add a callback URL under application settings. The domain is https://resha.red, but that is not recognized as a valid URL....
Read more >
Error : The status callback on localhost is not a valid URL
The callback URL you specify must be public and reachable from Twilios services, otherwise this won't work. I usually use a cheap or...
Read more >
Zapier Platform CLI Docs
The app will have a maximum of 30 days to POST to the callback URL. If a user deletes or modifies the Zap...
Read more >
Callback URL not approved - but worked for months
I checked my callback url in app settings. There is a valid address I used for months befeore and it worked. I would...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found