Skip to content

CORS避けるためにURLをPOSTのパラメータにして画像を取得してbase64エンコードして返すくん

Notifications You must be signed in to change notification settings

koyo-miyamura/image_getter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_getter

URLをPOSTのパラメータとして画像を取得しbase64エンコードして返すくん。 (CORS回避用)

Usage

Run server (default port is 12345 )

SECRET_KEY="hoge" go run main.go

And request

curl -X POST -d 'url=https://...&key=hoge' http://localhost:12345/

Other

You can change default port

PORT=8080 go run main.go

About

CORS避けるためにURLをPOSTのパラメータにして画像を取得してbase64エンコードして返すくん

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages