Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

FredrikL/Lime.Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lime.Proxy

What?

Proxy for Lime Pro WebService by lundalogik that allows clientside javascript to invoke stored procedures and query tables.

Limitations

  • Expected input is json and only return type is json
  • No security what so ever
  • All changes needs to be done with stored procedures

Installation

  • Modify App.config and set correct endpoints
  • Run installutil on limeproxy.service.exe
  • Run netsh http add urlacl url=http://+:PORT/ user=Everyone
  • Start service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages