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
defsecurity_callback(username, password):
returnusername=='admin'andpassword=='admin'# CHANGE THISMyServiceV1SOAPPort_SERVICE.input_header=Header# we can do better API for this linedispatcher=SOAPDispatcher(
MyServiceV1SOAPPort_SERVICE,
middlewares=[SecurityMiddleware(security_callback)])
I did some classes to handle it, so maybe something is wrong in this code.
See the following links for further details:
The text was updated successfully, but these errors were encountered: