Giter Club home page Giter Club logo

catbird's People

Contributors

alexander-ignition avatar dependabot[bot] avatar modestman avatar subdan avatar vadimyuriev avatar vani2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

catbird's Issues

How to filter requests to HTTP Proxy

HTTP Proxy intercepts all requests. There may be sensitive data from all over the mac. Or other programs may break due to proxying.

You need to think about how to filter them.

  • Use mac OS system settings?
  • Make a filtering mechanism in the Catbird itself?

Сonfiguring HTTP Proxy on macOS

  • documentation on manual proxy configuration
  • documentation on setting up a proxy from the terminal
  • scripts for automatically enabling disabling the proxy

Describe URL installation in detail

it is not clear how it works

// Base URL in app `UserDefaults.standard.url(forKey: "url_key")`
let url = catbird.url.appendingPathComponent("api")
app.launchArguments = ["-url_key", url.absoluteString]

Support M1

swift build -c release --arch arm64 --arch x86_64

Release workflow failed with error

71%: Compile shims.c (x86_64)
2110
72%: Compile shims.c (arm64)
2111
72%: Write CCryptoBoringSSLShims.modulemap
2112
72%: Compile shims.c (x86_64)
2113
/Users/runner/work/catbird/catbird/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSL/include/module.modulemap:1:8: fatal error: import of shadowed module 'CCryptoBoringSSL'
2114

2115
module CCryptoBoringSSL {
2116
       ^
2117

2118
/Users/runner/work/catbird/catbird/.build/apple/Intermediates.noindex/GeneratedModuleMaps/macosx/CCryptoBoringSSL.modulemap:1:8: note: previous definition is here
2119
module CCryptoBoringSSL {
2120
       ^
2121

2122
In file included from 
2123
/Users/runner/work/catbird/catbird/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSLShims/shims.c
2124
:
2125
14
2126
:
2127

2128
/Users/runner/work/catbird/catbird/.build/checkouts/swift-crypto/Sources/CCryptoBoringSSLShims/include/CCryptoBoringSSLShims.h
2129
:
2130
22
2131
:
2132
10
2133
:
2134
 
2135
note
2136
: submodule of top-level module 'CCryptoBoringSSL' implicitly imported here
2137

2138
#include <CCryptoBoringSSL.h>
2139

2140
         ^
2141

2142
1 error generated.
2143

2144
Build cancelled
2145
make: *** [release] Error 1
2146
Error: Process completed with exit code 2.

HTTP Proxy in read mode

  • Process hostname from request headers
  • Process hostname as folder name
  • How to set a dynamic mock for a host
  • Strategy for handling unknown requests

Add support for Xcode 13

I am unable to build Catbird using Xcode 13. I get a lot of errors about PathKit, Logger and NIO.

Self-signed certificate for HTTPS Proxy

  • How to create a self-signed certificate
  • How to install a self-signed certificate on mac OS
  • How to automate the creation and installation of a self-signed certificate

Ignore certificate error

Ignore certificate error in write mode

NSURLError.NSURLErrorDomain: -1202: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “example.com” which could put your confidential information at risk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.