You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are 2 types (GET, POST). And my services are setup in a different server which are not reachable so GET and POST can not be used.
Having a new Type as Manual might help in this case which only takes in the version. This way I can keep track of the version without the need of GET/POST for external/unreachable servers in one place. The input field may have regex pattern preventing illegal characters if needed.
Current workaround I thought of, use GET and github release url with version tag (for example) and have regex be <title>.*(\d+\.\d+\.\d+) to get the version from title html tag.
The text was updated successfully, but these errors were encountered:
Currently, there are 2 types (GET, POST). And my services are setup in a different server which are not reachable so GET and POST can not be used.
Having a new Type as
Manual
might help in this case which only takes in the version. This way I can keep track of the version without the need of GET/POST for external/unreachable servers in one place. The input field may have regex pattern preventing illegal characters if needed.Current workaround I thought of, use GET and github release url with version tag (for example) and have regex be
<title>.*(\d+\.\d+\.\d+)
to get the version from title html tag.The text was updated successfully, but these errors were encountered: